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 4518b00ee..f000c47fc 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 d4fec2942..07064371e 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 c775f6d73..671cd0605 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 2144cb5b0..76ac5648b 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 a20abe68f..6b2267e98 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 4428c669c..3ea804b1f 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 ffa441831..0b4cc318c 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 8b7d12d82..ae12482fe 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 637c68f93..c30e47360 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 775fe9ad2..1b8663bf5 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 6780f13e0..5c1760632 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 b0c6bd974..6dd80af96 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 cb14a983c..19f5a546a 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 16973e0d1..7e6bba3dd 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 f24b57155..871bcf11f 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 7b6192b4a..5c2429221 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 374487be7..85375b554 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 97be5f9cf..848b27fd2 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 9db0d8a7f..fe9a33a4c 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 b2ca5a2f3..961d20c69 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 f7b8ea15c..7922f79ec 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 d5ac28dc7..49fc9a3f6 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 09aa362ea..e5ab3fd83 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 e7db6d95a..1e599cfab 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 4d230f092..8ad9bbe54 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 b2878dde0..f3874ad5e 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 005c92f10..f2a7e975d 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 ced98c137..040a903d8 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 eb11062a4..23e2ef2f6 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 209a84d94..b44d33291 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 5c24caab2..de75d8500 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 8884deb69..74d930352 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 45360e6a5..6532dadf5 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 8495badd3..dfc31396b 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 7f07a6b14..e74eec4ac 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 8d9264c02..5fe05268c 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 9bdbb3c35..47568ea98 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 fe5c06434..a170bb002 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 f416909d7..95998c5ce 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 a1bd95e97..bf9c8ca8a 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 7fb2f9c0c..ccd430b07 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 61e70f929..534a5e935 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 995f78d66..ded750c78 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 935459685..7817d36cd 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 2f08bcf8b..a77226df6 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 4575746a0..6a345a644 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 b5f868b88..6e92240f9 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 8c272f1a3..0c89517b7 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 d5d6a6fc0..0351e2a62 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 e5a13ad2e..d88344459 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 1babc7fc7..6178fb44d 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 bfe6185c8..adbbc6884 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 a5a244b7f..a34d01c93 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 3bed87546..76f7731a4 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 b08f3aa34..de7ca762c 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 bc23c1176..6339fe927 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 0b1c901b2..5913d0fd0 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 a7144d2b2..0c4de0bbb 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 05f30fee1..c3942b2b7 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 73df01b00..f5a5fc840 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 b89e09668..0c2512224 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 1a2f3d7b7..b6e4ecf4f 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 6a45ba87b..ded524d2a 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 a0f4a742a..8fa48b99a 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 8510703f8..4ab29edb7 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 2ac8d0dc4..e392621df 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 f71b5dd76..48f8944b2 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 92c6c8d3b..1667a5e70 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 3c87dfeb9..0f80bf96e 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 bd49819ac..90628158c 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 efd6e3a7d..f54b41070 100644 --- a/contract_variable_quantity/views/contract_view.xml +++ b/contract_variable_quantity/views/contract_view.xml @@ -80,7 +80,7 @@