From 04f4d7798809b4a440a57de8d32b187c909e37ae Mon Sep 17 00:00:00 2001 From: Dave Lasley Date: Wed, 30 Nov 2016 15:58:44 -0800 Subject: [PATCH] [MIG] contract_variable_quantity: Migrate to v10 * Bump version * Change openerp references to odoo * Installable to True * Change permissions & views to accounting dependency --- contract_variable_quantity/README.rst | 3 ++- contract_variable_quantity/__manifest__.py | 4 ++-- contract_variable_quantity/i18n/am.po | 2 +- contract_variable_quantity/i18n/ar.po | 2 +- contract_variable_quantity/i18n/bg.po | 2 +- contract_variable_quantity/i18n/bs.po | 2 +- contract_variable_quantity/i18n/ca.po | 2 +- contract_variable_quantity/i18n/cs.po | 2 +- contract_variable_quantity/i18n/da.po | 2 +- contract_variable_quantity/i18n/de.po | 2 +- contract_variable_quantity/i18n/el_GR.po | 2 +- contract_variable_quantity/i18n/en_GB.po | 2 +- contract_variable_quantity/i18n/es.po | 2 +- contract_variable_quantity/i18n/es_AR.po | 2 +- contract_variable_quantity/i18n/es_CO.po | 2 +- contract_variable_quantity/i18n/es_CR.po | 2 +- contract_variable_quantity/i18n/es_DO.po | 2 +- contract_variable_quantity/i18n/es_EC.po | 2 +- contract_variable_quantity/i18n/es_ES.po | 2 +- contract_variable_quantity/i18n/es_MX.po | 2 +- contract_variable_quantity/i18n/es_PY.po | 2 +- contract_variable_quantity/i18n/es_VE.po | 2 +- contract_variable_quantity/i18n/et.po | 2 +- contract_variable_quantity/i18n/eu.po | 2 +- contract_variable_quantity/i18n/fa.po | 2 +- contract_variable_quantity/i18n/fi.po | 2 +- contract_variable_quantity/i18n/fr.po | 2 +- contract_variable_quantity/i18n/fr_CA.po | 2 +- contract_variable_quantity/i18n/fr_CH.po | 2 +- contract_variable_quantity/i18n/gl.po | 2 +- contract_variable_quantity/i18n/gl_ES.po | 2 +- contract_variable_quantity/i18n/he.po | 2 +- contract_variable_quantity/i18n/hr.po | 2 +- contract_variable_quantity/i18n/hr_HR.po | 2 +- contract_variable_quantity/i18n/hu.po | 2 +- contract_variable_quantity/i18n/id.po | 2 +- contract_variable_quantity/i18n/it.po | 2 +- contract_variable_quantity/i18n/ja.po | 2 +- contract_variable_quantity/i18n/ko.po | 2 +- contract_variable_quantity/i18n/lt.po | 2 +- contract_variable_quantity/i18n/lt_LT.po | 2 +- contract_variable_quantity/i18n/lv.po | 2 +- contract_variable_quantity/i18n/mk.po | 2 +- contract_variable_quantity/i18n/mn.po | 2 +- contract_variable_quantity/i18n/nb.po | 2 +- contract_variable_quantity/i18n/nb_NO.po | 2 +- contract_variable_quantity/i18n/nl.po | 2 +- contract_variable_quantity/i18n/nl_BE.po | 2 +- contract_variable_quantity/i18n/pl.po | 2 +- contract_variable_quantity/i18n/pt.po | 2 +- contract_variable_quantity/i18n/pt_BR.po | 2 +- contract_variable_quantity/i18n/pt_PT.po | 2 +- contract_variable_quantity/i18n/ro.po | 2 +- contract_variable_quantity/i18n/ru.po | 2 +- contract_variable_quantity/i18n/sk.po | 2 +- contract_variable_quantity/i18n/sk_SK.po | 2 +- contract_variable_quantity/i18n/sl.po | 2 +- contract_variable_quantity/i18n/sr.po | 2 +- contract_variable_quantity/i18n/sr@latin.po | 2 +- contract_variable_quantity/i18n/sv.po | 2 +- contract_variable_quantity/i18n/th.po | 2 +- contract_variable_quantity/i18n/tr.po | 2 +- contract_variable_quantity/i18n/uk.po | 2 +- contract_variable_quantity/i18n/vi.po | 2 +- contract_variable_quantity/i18n/vi_VN.po | 2 +- contract_variable_quantity/i18n/zh_CN.po | 2 +- contract_variable_quantity/i18n/zh_TW.po | 2 +- contract_variable_quantity/models/contract.py | 4 ++-- contract_variable_quantity/security/ir.model.access.csv | 4 ++-- .../tests/test_contract_variable_quantity.py | 4 ++-- contract_variable_quantity/views/contract_view.xml | 2 +- 71 files changed, 76 insertions(+), 75 deletions(-) diff --git a/contract_variable_quantity/README.rst b/contract_variable_quantity/README.rst index 4518b00e..f000c47f 100644 --- a/contract_variable_quantity/README.rst +++ b/contract_variable_quantity/README.rst @@ -42,7 +42,7 @@ To use this module, you need to: .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/110/9.0 + :target: https://runbot.odoo-community.org/runbot/110/10.0 Bug Tracker =========== @@ -59,6 +59,7 @@ Contributors ------------ * Pedro M. Baeza +* Dave Lasley Maintainer ---------- diff --git a/contract_variable_quantity/__manifest__.py b/contract_variable_quantity/__manifest__.py index d4fec294..07064371 100644 --- a/contract_variable_quantity/__manifest__.py +++ b/contract_variable_quantity/__manifest__.py @@ -4,7 +4,7 @@ { 'name': 'Variable quantity in contract recurrent invoicing', - 'version': '9.0.1.0.0', + 'version': '10.0.1.0.0', 'category': 'Contract Management', 'license': 'AGPL-3', 'author': "Tecnativa," @@ -17,5 +17,5 @@ 'security/ir.model.access.csv', 'views/contract_view.xml', ], - 'installable': False, + 'installable': True, } diff --git a/contract_variable_quantity/i18n/am.po b/contract_variable_quantity/i18n/am.po index c775f6d7..671cd060 100644 --- a/contract_variable_quantity/i18n/am.po +++ b/contract_variable_quantity/i18n/am.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/ar.po b/contract_variable_quantity/i18n/ar.po index 2144cb5b..76ac5648 100644 --- a/contract_variable_quantity/i18n/ar.po +++ b/contract_variable_quantity/i18n/ar.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/bg.po b/contract_variable_quantity/i18n/bg.po index a20abe68..6b2267e9 100644 --- a/contract_variable_quantity/i18n/bg.po +++ b/contract_variable_quantity/i18n/bg.po @@ -7,7 +7,7 @@ # Kaloyan Naumov , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-17 09:01+0000\n" "PO-Revision-Date: 2016-09-17 09:01+0000\n" diff --git a/contract_variable_quantity/i18n/bs.po b/contract_variable_quantity/i18n/bs.po index 4428c669..3ea804b1 100644 --- a/contract_variable_quantity/i18n/bs.po +++ b/contract_variable_quantity/i18n/bs.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/ca.po b/contract_variable_quantity/i18n/ca.po index ffa44183..0b4cc318 100644 --- a/contract_variable_quantity/i18n/ca.po +++ b/contract_variable_quantity/i18n/ca.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/cs.po b/contract_variable_quantity/i18n/cs.po index 8b7d12d8..ae12482f 100644 --- a/contract_variable_quantity/i18n/cs.po +++ b/contract_variable_quantity/i18n/cs.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/da.po b/contract_variable_quantity/i18n/da.po index 637c68f9..c30e4736 100644 --- a/contract_variable_quantity/i18n/da.po +++ b/contract_variable_quantity/i18n/da.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/de.po b/contract_variable_quantity/i18n/de.po index 775fe9ad..1b8663bf 100644 --- a/contract_variable_quantity/i18n/de.po +++ b/contract_variable_quantity/i18n/de.po @@ -7,7 +7,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/el_GR.po b/contract_variable_quantity/i18n/el_GR.po index 6780f13e..5c176063 100644 --- a/contract_variable_quantity/i18n/el_GR.po +++ b/contract_variable_quantity/i18n/el_GR.po @@ -7,7 +7,7 @@ # Kostas Goutoudis , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/en_GB.po b/contract_variable_quantity/i18n/en_GB.po index b0c6bd97..6dd80af9 100644 --- a/contract_variable_quantity/i18n/en_GB.po +++ b/contract_variable_quantity/i18n/en_GB.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/es.po b/contract_variable_quantity/i18n/es.po index cb14a983..19f5a546 100644 --- a/contract_variable_quantity/i18n/es.po +++ b/contract_variable_quantity/i18n/es.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/es_AR.po b/contract_variable_quantity/i18n/es_AR.po index 16973e0d..7e6bba3d 100644 --- a/contract_variable_quantity/i18n/es_AR.po +++ b/contract_variable_quantity/i18n/es_AR.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/es_CO.po b/contract_variable_quantity/i18n/es_CO.po index f24b5715..871bcf11 100644 --- a/contract_variable_quantity/i18n/es_CO.po +++ b/contract_variable_quantity/i18n/es_CO.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/es_CR.po b/contract_variable_quantity/i18n/es_CR.po index 7b6192b4..5c242922 100644 --- a/contract_variable_quantity/i18n/es_CR.po +++ b/contract_variable_quantity/i18n/es_CR.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/es_DO.po b/contract_variable_quantity/i18n/es_DO.po index 374487be..85375b55 100644 --- a/contract_variable_quantity/i18n/es_DO.po +++ b/contract_variable_quantity/i18n/es_DO.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/es_EC.po b/contract_variable_quantity/i18n/es_EC.po index 97be5f9c..848b27fd 100644 --- a/contract_variable_quantity/i18n/es_EC.po +++ b/contract_variable_quantity/i18n/es_EC.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/es_ES.po b/contract_variable_quantity/i18n/es_ES.po index 9db0d8a7..fe9a33a4 100644 --- a/contract_variable_quantity/i18n/es_ES.po +++ b/contract_variable_quantity/i18n/es_ES.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/es_MX.po b/contract_variable_quantity/i18n/es_MX.po index b2ca5a2f..961d20c6 100644 --- a/contract_variable_quantity/i18n/es_MX.po +++ b/contract_variable_quantity/i18n/es_MX.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/es_PY.po b/contract_variable_quantity/i18n/es_PY.po index f7b8ea15..7922f79e 100644 --- a/contract_variable_quantity/i18n/es_PY.po +++ b/contract_variable_quantity/i18n/es_PY.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/es_VE.po b/contract_variable_quantity/i18n/es_VE.po index d5ac28dc..49fc9a3f 100644 --- a/contract_variable_quantity/i18n/es_VE.po +++ b/contract_variable_quantity/i18n/es_VE.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/et.po b/contract_variable_quantity/i18n/et.po index 09aa362e..e5ab3fd8 100644 --- a/contract_variable_quantity/i18n/et.po +++ b/contract_variable_quantity/i18n/et.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/eu.po b/contract_variable_quantity/i18n/eu.po index e7db6d95..1e599cfa 100644 --- a/contract_variable_quantity/i18n/eu.po +++ b/contract_variable_quantity/i18n/eu.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/fa.po b/contract_variable_quantity/i18n/fa.po index 4d230f09..8ad9bbe5 100644 --- a/contract_variable_quantity/i18n/fa.po +++ b/contract_variable_quantity/i18n/fa.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/fi.po b/contract_variable_quantity/i18n/fi.po index b2878dde..f3874ad5 100644 --- a/contract_variable_quantity/i18n/fi.po +++ b/contract_variable_quantity/i18n/fi.po @@ -7,7 +7,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/fr.po b/contract_variable_quantity/i18n/fr.po index 005c92f1..f2a7e975 100644 --- a/contract_variable_quantity/i18n/fr.po +++ b/contract_variable_quantity/i18n/fr.po @@ -8,7 +8,7 @@ # dglucose , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/fr_CA.po b/contract_variable_quantity/i18n/fr_CA.po index ced98c13..040a903d 100644 --- a/contract_variable_quantity/i18n/fr_CA.po +++ b/contract_variable_quantity/i18n/fr_CA.po @@ -8,7 +8,7 @@ # Adriana Ierfino , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/fr_CH.po b/contract_variable_quantity/i18n/fr_CH.po index eb11062a..23e2ef2f 100644 --- a/contract_variable_quantity/i18n/fr_CH.po +++ b/contract_variable_quantity/i18n/fr_CH.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/gl.po b/contract_variable_quantity/i18n/gl.po index 209a84d9..b44d3329 100644 --- a/contract_variable_quantity/i18n/gl.po +++ b/contract_variable_quantity/i18n/gl.po @@ -8,7 +8,7 @@ # Alejandro Santana , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/gl_ES.po b/contract_variable_quantity/i18n/gl_ES.po index 5c24caab..de75d850 100644 --- a/contract_variable_quantity/i18n/gl_ES.po +++ b/contract_variable_quantity/i18n/gl_ES.po @@ -6,7 +6,7 @@ # Alejandro Santana , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/he.po b/contract_variable_quantity/i18n/he.po index 8884deb6..74d93035 100644 --- a/contract_variable_quantity/i18n/he.po +++ b/contract_variable_quantity/i18n/he.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/hr.po b/contract_variable_quantity/i18n/hr.po index 45360e6a..6532dadf 100644 --- a/contract_variable_quantity/i18n/hr.po +++ b/contract_variable_quantity/i18n/hr.po @@ -7,7 +7,7 @@ # Ana-Maria Olujić , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/hr_HR.po b/contract_variable_quantity/i18n/hr_HR.po index 8495badd..dfc31396 100644 --- a/contract_variable_quantity/i18n/hr_HR.po +++ b/contract_variable_quantity/i18n/hr_HR.po @@ -7,7 +7,7 @@ # Bole , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-17 09:01+0000\n" "PO-Revision-Date: 2016-09-17 09:01+0000\n" diff --git a/contract_variable_quantity/i18n/hu.po b/contract_variable_quantity/i18n/hu.po index 7f07a6b1..e74eec4a 100644 --- a/contract_variable_quantity/i18n/hu.po +++ b/contract_variable_quantity/i18n/hu.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/id.po b/contract_variable_quantity/i18n/id.po index 8d9264c0..5fe05268 100644 --- a/contract_variable_quantity/i18n/id.po +++ b/contract_variable_quantity/i18n/id.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/it.po b/contract_variable_quantity/i18n/it.po index 9bdbb3c3..47568ea9 100644 --- a/contract_variable_quantity/i18n/it.po +++ b/contract_variable_quantity/i18n/it.po @@ -8,7 +8,7 @@ # Paolo Valier , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/ja.po b/contract_variable_quantity/i18n/ja.po index fe5c0643..a170bb00 100644 --- a/contract_variable_quantity/i18n/ja.po +++ b/contract_variable_quantity/i18n/ja.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/ko.po b/contract_variable_quantity/i18n/ko.po index f416909d..95998c5c 100644 --- a/contract_variable_quantity/i18n/ko.po +++ b/contract_variable_quantity/i18n/ko.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/lt.po b/contract_variable_quantity/i18n/lt.po index a1bd95e9..bf9c8ca8 100644 --- a/contract_variable_quantity/i18n/lt.po +++ b/contract_variable_quantity/i18n/lt.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/lt_LT.po b/contract_variable_quantity/i18n/lt_LT.po index 7fb2f9c0..ccd430b0 100644 --- a/contract_variable_quantity/i18n/lt_LT.po +++ b/contract_variable_quantity/i18n/lt_LT.po @@ -6,7 +6,7 @@ # Arminas Grigonis , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/lv.po b/contract_variable_quantity/i18n/lv.po index 61e70f92..534a5e93 100644 --- a/contract_variable_quantity/i18n/lv.po +++ b/contract_variable_quantity/i18n/lv.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/mk.po b/contract_variable_quantity/i18n/mk.po index 995f78d6..ded750c7 100644 --- a/contract_variable_quantity/i18n/mk.po +++ b/contract_variable_quantity/i18n/mk.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/mn.po b/contract_variable_quantity/i18n/mn.po index 93545968..7817d36c 100644 --- a/contract_variable_quantity/i18n/mn.po +++ b/contract_variable_quantity/i18n/mn.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/nb.po b/contract_variable_quantity/i18n/nb.po index 2f08bcf8..a77226df 100644 --- a/contract_variable_quantity/i18n/nb.po +++ b/contract_variable_quantity/i18n/nb.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/nb_NO.po b/contract_variable_quantity/i18n/nb_NO.po index 4575746a..6a345a64 100644 --- a/contract_variable_quantity/i18n/nb_NO.po +++ b/contract_variable_quantity/i18n/nb_NO.po @@ -6,7 +6,7 @@ # Imre Kristoffer Eilertsen , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/nl.po b/contract_variable_quantity/i18n/nl.po index b5f868b8..6e92240f 100644 --- a/contract_variable_quantity/i18n/nl.po +++ b/contract_variable_quantity/i18n/nl.po @@ -7,7 +7,7 @@ # Erwin van der Ploeg , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/nl_BE.po b/contract_variable_quantity/i18n/nl_BE.po index 8c272f1a..0c89517b 100644 --- a/contract_variable_quantity/i18n/nl_BE.po +++ b/contract_variable_quantity/i18n/nl_BE.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/pl.po b/contract_variable_quantity/i18n/pl.po index d5d6a6fc..0351e2a6 100644 --- a/contract_variable_quantity/i18n/pl.po +++ b/contract_variable_quantity/i18n/pl.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/pt.po b/contract_variable_quantity/i18n/pt.po index e5a13ad2..d8834445 100644 --- a/contract_variable_quantity/i18n/pt.po +++ b/contract_variable_quantity/i18n/pt.po @@ -7,7 +7,7 @@ # Pedro Castro Silva , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/pt_BR.po b/contract_variable_quantity/i18n/pt_BR.po index 1babc7fc..6178fb44 100644 --- a/contract_variable_quantity/i18n/pt_BR.po +++ b/contract_variable_quantity/i18n/pt_BR.po @@ -8,7 +8,7 @@ # Paulo Ricardo , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/pt_PT.po b/contract_variable_quantity/i18n/pt_PT.po index bfe6185c..adbbc688 100644 --- a/contract_variable_quantity/i18n/pt_PT.po +++ b/contract_variable_quantity/i18n/pt_PT.po @@ -8,7 +8,7 @@ # Pedro Castro Silva , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/ro.po b/contract_variable_quantity/i18n/ro.po index a5a244b7..a34d01c9 100644 --- a/contract_variable_quantity/i18n/ro.po +++ b/contract_variable_quantity/i18n/ro.po @@ -7,7 +7,7 @@ # Fekete Mihai , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/ru.po b/contract_variable_quantity/i18n/ru.po index 3bed8754..76f7731a 100644 --- a/contract_variable_quantity/i18n/ru.po +++ b/contract_variable_quantity/i18n/ru.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/sk.po b/contract_variable_quantity/i18n/sk.po index b08f3aa3..de7ca762 100644 --- a/contract_variable_quantity/i18n/sk.po +++ b/contract_variable_quantity/i18n/sk.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/sk_SK.po b/contract_variable_quantity/i18n/sk_SK.po index bc23c117..6339fe92 100644 --- a/contract_variable_quantity/i18n/sk_SK.po +++ b/contract_variable_quantity/i18n/sk_SK.po @@ -6,7 +6,7 @@ # ivbo , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/sl.po b/contract_variable_quantity/i18n/sl.po index 0b1c901b..5913d0fd 100644 --- a/contract_variable_quantity/i18n/sl.po +++ b/contract_variable_quantity/i18n/sl.po @@ -7,7 +7,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/sr.po b/contract_variable_quantity/i18n/sr.po index a7144d2b..0c4de0bb 100644 --- a/contract_variable_quantity/i18n/sr.po +++ b/contract_variable_quantity/i18n/sr.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/sr@latin.po b/contract_variable_quantity/i18n/sr@latin.po index 05f30fee..c3942b2b 100644 --- a/contract_variable_quantity/i18n/sr@latin.po +++ b/contract_variable_quantity/i18n/sr@latin.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/sv.po b/contract_variable_quantity/i18n/sv.po index 73df01b0..f5a5fc84 100644 --- a/contract_variable_quantity/i18n/sv.po +++ b/contract_variable_quantity/i18n/sv.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/th.po b/contract_variable_quantity/i18n/th.po index b89e0966..0c251222 100644 --- a/contract_variable_quantity/i18n/th.po +++ b/contract_variable_quantity/i18n/th.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/tr.po b/contract_variable_quantity/i18n/tr.po index 1a2f3d7b..b6e4ecf4 100644 --- a/contract_variable_quantity/i18n/tr.po +++ b/contract_variable_quantity/i18n/tr.po @@ -7,7 +7,7 @@ # Ahmet Altinisik , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/uk.po b/contract_variable_quantity/i18n/uk.po index 6a45ba87..ded524d2 100644 --- a/contract_variable_quantity/i18n/uk.po +++ b/contract_variable_quantity/i18n/uk.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/vi.po b/contract_variable_quantity/i18n/vi.po index a0f4a742..8fa48b99 100644 --- a/contract_variable_quantity/i18n/vi.po +++ b/contract_variable_quantity/i18n/vi.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/vi_VN.po b/contract_variable_quantity/i18n/vi_VN.po index 8510703f..4ab29edb 100644 --- a/contract_variable_quantity/i18n/vi_VN.po +++ b/contract_variable_quantity/i18n/vi_VN.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/zh_CN.po b/contract_variable_quantity/i18n/zh_CN.po index 2ac8d0dc..e392621d 100644 --- a/contract_variable_quantity/i18n/zh_CN.po +++ b/contract_variable_quantity/i18n/zh_CN.po @@ -7,7 +7,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/i18n/zh_TW.po b/contract_variable_quantity/i18n/zh_TW.po index f71b5dd7..48f8944b 100644 --- a/contract_variable_quantity/i18n/zh_TW.po +++ b/contract_variable_quantity/i18n/zh_TW.po @@ -6,7 +6,7 @@ # OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 9.0c\n" +"Project-Id-Version: Odoo Server 10.0c\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-09-11 02:47+0000\n" "PO-Revision-Date: 2016-09-11 02:47+0000\n" diff --git a/contract_variable_quantity/models/contract.py b/contract_variable_quantity/models/contract.py index 92c6c8d3..1667a5e7 100644 --- a/contract_variable_quantity/models/contract.py +++ b/contract_variable_quantity/models/contract.py @@ -2,8 +2,8 @@ # © 2016 Pedro M. Baeza # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -from openerp import _, api, fields, models, exceptions -from openerp.tools.safe_eval import safe_eval +from odoo import _, api, fields, models, exceptions +from odoo.tools.safe_eval import safe_eval class AccountAnalyticAccount(models.Model): diff --git a/contract_variable_quantity/security/ir.model.access.csv b/contract_variable_quantity/security/ir.model.access.csv index 3c87dfeb..0f80bf96 100644 --- a/contract_variable_quantity/security/ir.model.access.csv +++ b/contract_variable_quantity/security/ir.model.access.csv @@ -1,3 +1,3 @@ "id","name","model_id:id","group_id:id","perm_read","perm_write","perm_create","perm_unlink" -"contract_line_qty_formula_manager","Recurring formula manager","model_contract_line_qty_formula","base.group_sale_manager",1,1,1,1 -"contract_line_qty_formula_user","Recurring formula user","model_contract_line_qty_formula","base.group_sale_salesman",1,0,0,0 +"contract_line_qty_formula_manager","Recurring formula manager","model_contract_line_qty_formula","account.group_account_manager",1,1,1,1 +"contract_line_qty_formula_user","Recurring formula user","model_contract_line_qty_formula","account.group_account_user",1,0,0,0 diff --git a/contract_variable_quantity/tests/test_contract_variable_quantity.py b/contract_variable_quantity/tests/test_contract_variable_quantity.py index bd49819a..90628158 100644 --- a/contract_variable_quantity/tests/test_contract_variable_quantity.py +++ b/contract_variable_quantity/tests/test_contract_variable_quantity.py @@ -2,8 +2,8 @@ # © 2016 Pedro M. Baeza # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -from openerp.tests import common -from openerp import exceptions +from odoo.tests import common +from odoo import exceptions class TestContractVariableQuantity(common.SavepointCase): diff --git a/contract_variable_quantity/views/contract_view.xml b/contract_variable_quantity/views/contract_view.xml index efd6e3a7..f54b4107 100644 --- a/contract_variable_quantity/views/contract_view.xml +++ b/contract_variable_quantity/views/contract_view.xml @@ -80,7 +80,7 @@