~arthru/e-commerce-addons/payment-method-multicompany

« back to all changes in this revision

Viewing changes to connector_ecommerce/__openerp__.py

  • Committer: Guewen Baconnier
  • Date: 2013-04-30 08:01:15 UTC
  • mfrom: (322.1.22 e-commerce-addons)
  • Revision ID: guewen.baconnier@camptocamp.com-20130430080115-j9n8n6j7qozpwa22
[ADD] cancelation of sales orders:

Propose a base implementation for sales orders canceled on a backend.

* sale_order.cancelled_in_backend means a sale order has been cancelled on the backend
* when sale_order.cancelled_in_backend is set to True, it tries to automatically cancel the SO
* when such a SO is cancelled, sale_order.cancellation_resolved is set to True
* the user has a button to set sale_order.cancellation_resolved to True without cancelling it
* search filter to display the SO to cancel
* Sales exceptions when a SO has been canceled on the backend
* SO can have a parent (logic of the parents is to implement in the connectors)
* Sales exception when a parent SO has been canceled on a backend
* adds notifications to inform the user what is happening

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
 'data': [
68
68
     'security/security.xml',
69
69
     'security/ir.model.access.csv',
 
70
     'wizard/sale_ignore_cancel_view.xml',
70
71
     'sale_view.xml',
71
72
     'product_view.xml',
72
73
     'invoice_view.xml',