odoo/addons/sale_layout
Denis Ledoux adf6d0e557 [FIX] sale_layout: remove `categ_sequence` default value.
`categ_sequence` are stored related fields, to `sale_layout_cat_id.sequence`.
Setting a default value for them has as side effect to rewrite
the value on the related field.

To reproduce the issue:
 - Create a sale layout category, with 10 as sequence
 - Create an invoice with one line, with this sale layout category
 - Come back to the sale layout category,
   notice that the sequence has been changed to 0.

Besides, as the sequence was rewritten on the sale layout category,
the sequence was rewritten on all sale order lines and invoice lines
having this sale layout category.
If you have a bunch of them, this could take a while.

The `categ_sequence` default value is supposed
to come from the sale layout category.

opw-651937
2015-11-26 11:22:48 +01:00
..
data [ADD] sale_layout module allowing to set categories and subtotals on invoice and sale order 2014-04-04 13:23:08 +02:00
i18n [I18N] Update translation terms from Transifex 2015-11-15 03:03:19 +01:00
models [FIX] sale_layout: remove `categ_sequence` default value. 2015-11-26 11:22:48 +01:00
security [FIX] sale_layout: access rights 0 instead of O 2015-05-07 12:13:50 +02:00
views [FIX] report_invoice: minor css fix to right align 2015-03-20 16:16:07 +01:00
__init__.py [ADD] sale_layout module allowing to set categories and subtotals on invoice and sale order 2014-04-04 13:23:08 +02:00
__openerp__.py [IMP] Updated website urls on modules and info page 2014-08-26 21:40:18 +02:00