[IMP] first steps in dependences separation between 'portal_customer' and 'sale'
authorAntonin Bourguignon <abo@openerp.com>
Mon, 7 May 2012 15:59:53 +0000 (17:59 +0200)
committerAntonin Bourguignon <abo@openerp.com>
Mon, 7 May 2012 15:59:53 +0000 (17:59 +0200)
commit5017e067f3bcd466109cfb37239b47dc60f96f11
tree281bd91bf6fef42ee44215b75a124b866521385a
parent9e9084756b0cd54c6c36c6b1a21e8eeb9239c947
[IMP] first steps in dependences separation between 'portal_customer' and 'sale'

bzr revid: abo@openerp.com-20120507155953-z05p6n8dt3zq5885
12 files changed:
addons/portal_customer/__openerp__.py
addons/portal_customer/board_portal_customer_view.xml
addons/portal_customer/portal_customer_demo.xml
addons/portal_customer/portal_customer_menu.xml
addons/portal_customer/portal_customer_view.xml
addons/portal_customer/security/ir.model.access.csv
addons/portal_customer/security/portal_customer_security.xml
addons/portal_customer_sale/__init__.py [new file with mode: 0644]
addons/portal_customer_sale/__openerp__.py [new file with mode: 0644]
addons/portal_customer_sale/portal_customer_sale_view.xml [new file with mode: 0644]
addons/portal_customer_sale/security/ir.model.access.csv [new file with mode: 0644]
addons/portal_customer_sale/security/portal_customer_security.xml [new file with mode: 0644]