[IMP] product: only template child / multiple template childs form view improvements
authorThibault Delavallée <tde@openerp.com>
Wed, 22 Jan 2014 09:58:26 +0000 (10:58 +0100)
committerThibault Delavallée <tde@openerp.com>
Wed, 22 Jan 2014 09:58:26 +0000 (10:58 +0100)
commit38d64147d53de2c27503cae3097c1f96c5202f3f
treea6bec32b6b5b6ec76731e3dd3378e7025336d74d
parent14bdf21b1718c378920128b75458c3fa7e7ee282
[IMP] product: only template child / multiple template childs form view improvements
- added a is_only_child field on product.product, telling whether the
product is the only child of the product.template
- improved the product form view, to set readonly all fields coming fgrom
the template when the product is not the only child. This way, the user
is more aware that changing a value in the template changes the value
for all child products. He will have to do those changes on the template
form. A link to the template has been added in the product form view.

bzr revid: tde@openerp.com-20140122095826-8k0wl7af57iiyify
addons/account/product_view.xml
addons/event_sale/event_sale_view.xml
addons/procurement/procurement_view.xml
addons/product/product.py
addons/product/product_view.xml
addons/purchase/purchase_view.xml
addons/report_intrastat/report_intrastat_view.xml
addons/stock/product_view.xml