odoo/addons/purchase
Denis Ledoux acd61f8f0e [FIX] purchase: deletion of PO lines in states other than approved/done
This is related to revision 65d7cc524d

The `order_line` field of `purchase.order` is readonly within states
aprroved, done. See the field definition. This means it should be
possible to remove lines of a `purchase.order` when the PO is in
any other state than approved or done.

Therefore, the deletion of lines shouldn't be prevented
when the PO is not in state approved or done

opw-634538
2015-05-13 11:42:09 +02:00
..
edi [FIX] sale: quote character in company name is converted to html entity 2014-08-05 11:15:28 +02:00
i18n [I18N] Sync updated 7.0 translations from Launchpad 2015-01-07 17:57:28 +01:00
process [MERGE] *: improved english wording, suggestions courtesy of OpenERP Community 2012-12-21 17:48:08 +01:00
report [RESTORE] Restore *.sxw files, skipped during bzr-to-git conversion to discard older binary blobs 2014-05-22 14:07:15 +02:00
security [MERGE] Harmonization of noupdate flag on security XML data, courtesy of Alexis de Lattre (Akretion) 2012-12-19 00:20:01 +01:00
static/src/img
test [FIX] purchase: on unlink purchase order line, cancel procurements associated to the move of the purchase order line 2014-01-20 18:07:29 +01:00
tests [ADD] purchase: average price computation test 2014-12-02 19:33:23 +01:00
wizard [FIX] account_anglo_saxon: backport of revision 8787 of trunk 2013-07-10 23:56:55 +02:00
__init__.py
__openerp__.py [IMP] emoving bad code, no invitation system on events 2012-09-26 14:16:27 +02:00
board_purchase_view.xml [MERGE]: Merge with lp:openobject-addons 2012-09-12 15:32:59 +05:30
company.py [FIX] sale_stock,purchase: review help string + remove incorrect fallback to local TZ 2013-04-04 11:21:34 +02:00
company_view.xml [IMP]Remove type field from the modules 2012-08-09 11:35:16 +05:30
partner.py [IMP] return new duplicate id in copy() from partner 2013-07-24 15:14:07 +05:30
partner_view.xml [IMP] set the field property_product_pricelist_purchase in the group_purchase_pricelist 2013-05-07 12:40:41 +05:30
purchase.py [FIX] purchase: deletion of PO lines in states other than approved/done 2015-05-13 11:42:09 +02:00
purchase_data.xml [IMP] Message subtypes: set almost all subtypes as False by default, to avoid spamming contact partners. 2013-01-30 10:09:42 +01:00
purchase_demo.xml [IMP]Product: sale_delay, loc_rack, loc_row, loc_case fields move from product to stock and purchase_ok field move from product to purchase and related views and data updated 2012-10-03 12:18:40 +05:30
purchase_order_demo.yml [IMP]: purchase: Improved xml_id reference of purchase orders 2012-07-11 22:37:58 +05:30
purchase_report.xml
purchase_sequence.xml
purchase_view.xml [FIX] purchase: remove duplicated filter 2015-03-31 12:08:55 +02:00
purchase_workflow.xml [FIX] purchase: cancel PO lines and set related procurements in exception on cancelation of a PO 2014-12-11 14:15:56 +01:00
res_config.py [FIX] Purchase - Make type 'order' as default invoice method in 'Purchase Settings'. Purchase by default use 'order', once an user update a parameter in 'Purchase Setting' without changing the default type (which by default was set to manual and not to order) the behavior is changed 2014-04-07 12:44:02 +02:00
res_config_view.xml [FIX] purchase, sale: purchase/account settings were unthicking automatically the field 'group_analytic_account_for_sales' 2013-03-22 14:06:43 +01:00
stock.py [FIX] purchase: keep PO currency on picking 2014-11-14 17:29:40 +01:00
stock_view.xml [MERGE] OPW 590300: make some action help texts consistent with the rest of the system 2013-06-07 18:09:27 +02:00