diff --git a/HISTORY.rst b/HISTORY.rst index a6dcce7a0d7..3cd7e62f398 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -24,6 +24,7 @@ latest (unreleased) - Add fields in views for 'BOM' and 'project.task' - Add smartbutton on 'task' view - install instrastat modules, product harmonized system +* Update message subtypes for RFQ **Bugfixes** @@ -31,18 +32,6 @@ latest (unreleased) **Documentation** -10.0.9 (2017-03-23) -+++++++++++++++++++ - -**Features and Improvements** - -* Install intrastat modules - -**Bugfixes** - -**Build** - -**Documentation** 10.0.9 (2017-03-23) +++++++++++++++++++ diff --git a/odoo/local-src/specific_purchase/__manifest__.py b/odoo/local-src/specific_purchase/__manifest__.py index 45b34661ece..38fcd2c950f 100644 --- a/odoo/local-src/specific_purchase/__manifest__.py +++ b/odoo/local-src/specific_purchase/__manifest__.py @@ -19,6 +19,7 @@ 'security/ir.model.access.csv', # data 'data/sequence.xml', + 'data/mail_message_subtypes.xml', # views 'views/purchase_line_views.xml', 'views/purchase_views.xml', diff --git a/odoo/local-src/specific_purchase/data/mail_message_subtypes.xml b/odoo/local-src/specific_purchase/data/mail_message_subtypes.xml new file mode 100644 index 00000000000..bdb37604989 --- /dev/null +++ b/odoo/local-src/specific_purchase/data/mail_message_subtypes.xml @@ -0,0 +1,23 @@ + + + + + RFQ Confirmed + 1 + purchase.order + + + + RFQ Approved + 1 + purchase.order + + + + RFQ Done + 1 + purchase.order + + + + diff --git a/odoo/migration.yml b/odoo/migration.yml index 45043841220..ae71ed03c1c 100644 --- a/odoo/migration.yml +++ b/odoo/migration.yml @@ -138,3 +138,4 @@ migration: - specific_sale - intrastat_base - product_harmonized_system + - specific_purchase