diff --git a/grap_change_ir_values/README.rst b/grap_change_ir_values/README.rst deleted file mode 100644 index 17ccc7e..0000000 --- a/grap_change_ir_values/README.rst +++ /dev/null @@ -1,40 +0,0 @@ -.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg - :target: https://www.gnu.org/licenses/agpl - :alt: License: AGPL-3 - -======================= -GRAP - Change Ir Values -======================= - -Set ir.values for default feature - -Email composition wizard (mail.compose.message) ------------------------------------------------ - -* Purchase Email is based on purchase order template (and not RFC) - * field: template_id - * value: ref('purchase.email_template_edi_purchase_done') - -Products (product.template) ---------------------------- - -* Products has Null Produce Delay - * field: produce_delay - * value: 0 -* Products has Null Sale Delay - * field: sale_delay - * value: 0 - -Credits -======= - -Contributors ------------- - -* Julien WESTE -* Sylvain LE GAL - -Funders -------- - -* GRAP, Groupement Régional Alimentaire de Proximité diff --git a/grap_change_ir_values/__init__.py b/grap_change_ir_values/__init__.py deleted file mode 100644 index 57d631c..0000000 --- a/grap_change_ir_values/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# coding: utf-8 diff --git a/grap_change_ir_values/__openerp__.py b/grap_change_ir_values/__openerp__.py deleted file mode 100644 index 3a2c92e..0000000 --- a/grap_change_ir_values/__openerp__.py +++ /dev/null @@ -1,23 +0,0 @@ -# coding: utf-8 -# Copyright (C) 2013 - Today: GRAP (http://www.grap.coop) -# @author Julien WESTE -# @author: Sylvain LE GAL (https://twitter.com/legalsylvain) -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). - -{ - 'name': 'GRAP - Change Ir Values', - 'version': '8.0.1.0.0', - 'category': 'GRAP - Custom', - 'author': 'GRAP', - 'licence': 'AGPL-3', - 'depends': [ - 'purchase', - 'mail', - 'product', - ], - 'data': [ - 'data/ir_values.xml', - ], -} - - diff --git a/grap_change_ir_values/data/ir_values.xml b/grap_change_ir_values/data/ir_values.xml deleted file mode 100644 index 56abb0a..0000000 --- a/grap_change_ir_values/data/ir_values.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - template_id - default - - mail.compose.message - - - - - sale_delay - default - - product.template - - - - - produce_delay - default - - product.template - - - - diff --git a/grap_change_ir_values/i18n/fr.po b/grap_change_ir_values/i18n/fr.po deleted file mode 100644 index 6edced9..0000000 --- a/grap_change_ir_values/i18n/fr.po +++ /dev/null @@ -1,16 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * grap_change_ir_values -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 8.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-16 10:50+0000\n" -"PO-Revision-Date: 2018-01-16 10:50+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" diff --git a/grap_change_translation/README.rst b/grap_change_translation/README.rst deleted file mode 100644 index 5d4e98c..0000000 --- a/grap_change_translation/README.rst +++ /dev/null @@ -1,44 +0,0 @@ -.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg - :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html - :alt: License: AGPL-3 - - -========================= -GRAP - Change translation -========================= - - -Disable the mechanism of translation for the following field: - -* **account_payment_term**: name -* **account_tax**: name -* **account_tax_code**: name -* **pos_category**: name -* **procurement_rule**: name -* **product_category**: name -* **product_pricelist**: name -* **product_pricelist_version**: name -* **product_template**: name, description, description_purchase, - description_sale -* **product_ul**: name -* **product_uom**: name -* **product_uom_categ**: name -* **res_partner_category**: name -* **stock_location**: name -* **stock_location_route**: name -* **stock_picking_type**: name - -Credits -======= - -Contributors ------------- - -* Sylvain Le Gal (https://twitter.com/legalsylvain) - -Funders -------- - -The development of this module has been financially supported by: - -* GRAP, Groupement Régional Alimentaire de Proximité (http://www.grap.coop) diff --git a/grap_change_translation/__init__.py b/grap_change_translation/__init__.py deleted file mode 100644 index a0fdc10..0000000 --- a/grap_change_translation/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- -from . import models diff --git a/grap_change_translation/__openerp__.py b/grap_change_translation/__openerp__.py deleted file mode 100644 index 24a53b7..0000000 --- a/grap_change_translation/__openerp__.py +++ /dev/null @@ -1,28 +0,0 @@ -# -*- coding: utf-8 -*- -# Copyright (C) 2013 - Today: GRAP (http://www.grap.coop) -# @author: Sylvain LE GAL (https://twitter.com/legalsylvain) -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). - -{ - 'name': 'GRAP - Change translation', - 'version': '8.0.1.0.0', - 'category': 'GRAP - Custom', - 'description': """ - - -Copyright, Author and Licence : -------------------------------- - * Copyright : 2014, Groupement Régional Alimentaire de Proximité; - * Author : Sylvain LE GAL (https://twitter.com/legalsylvain); - * Licence : AGPL-3 (http://www.gnu.org/licenses/) - """, - 'author': 'GRAP', - 'website': 'http://www.grap.coop', - 'license': 'AGPL-3', - 'depends': [ - 'account', - 'product', - 'stock', - 'point_of_sale', - ], -} diff --git a/grap_change_translation/models/__init__.py b/grap_change_translation/models/__init__.py deleted file mode 100644 index 4b1f15a..0000000 --- a/grap_change_translation/models/__init__.py +++ /dev/null @@ -1,18 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import account_payment_term -from . import account_tax -from . import account_tax_code -from . import pos_category -from . import procurement_rule -from . import product_category -from . import product_pricelist -from . import product_pricelist_version -from . import product_template -from . import product_ul -from . import product_uom -from . import product_uom_categ -from . import res_partner_category -from . import stock_location -from . import stock_location_route -from . import stock_picking_type diff --git a/grap_change_translation/models/account_payment_term.py b/grap_change_translation/models/account_payment_term.py deleted file mode 100644 index 8cb77c2..0000000 --- a/grap_change_translation/models/account_payment_term.py +++ /dev/null @@ -1,14 +0,0 @@ -# -*- coding: utf-8 -*- -# Copyright (C) 2013 - Today: GRAP (http://www.grap.coop) -# @author: Sylvain LE GAL (https://twitter.com/legalsylvain) -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). - -from openerp import models, fields - - -class AccountPaymentTerm(models.Model): - _inherit = 'account.payment.term' - - name = fields.Char(translate=False) - - note = fields.Char(translate=False) diff --git a/grap_change_translation/models/account_tax.py b/grap_change_translation/models/account_tax.py deleted file mode 100644 index f8cf618..0000000 --- a/grap_change_translation/models/account_tax.py +++ /dev/null @@ -1,12 +0,0 @@ -# -*- coding: utf-8 -*- -# Copyright (C) 2013 - Today: GRAP (http://www.grap.coop) -# @author: Sylvain LE GAL (https://twitter.com/legalsylvain) -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). - -from openerp import models, fields - - -class AccountTax(models.Model): - _inherit = 'account.tax' - - name = fields.Char(translate=False) diff --git a/grap_change_translation/models/account_tax_code.py b/grap_change_translation/models/account_tax_code.py deleted file mode 100644 index d0a0c53..0000000 --- a/grap_change_translation/models/account_tax_code.py +++ /dev/null @@ -1,12 +0,0 @@ -# -*- coding: utf-8 -*- -# Copyright (C) 2013 - Today: GRAP (http://www.grap.coop) -# @author: Sylvain LE GAL (https://twitter.com/legalsylvain) -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). - -from openerp import models, fields - - -class AccountTaxCode(models.Model): - _inherit = 'account.tax.code' - - name = fields.Char(translate=False) diff --git a/grap_change_translation/models/pos_category.py b/grap_change_translation/models/pos_category.py deleted file mode 100644 index 42b7c36..0000000 --- a/grap_change_translation/models/pos_category.py +++ /dev/null @@ -1,12 +0,0 @@ -# -*- coding: utf-8 -*- -# Copyright (C) 2013 - Today: GRAP (http://www.grap.coop) -# @author: Sylvain LE GAL (https://twitter.com/legalsylvain) -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). - -from openerp import models, fields - - -class PosCategory(models.Model): - _inherit = 'pos.category' - - name = fields.Char(translate=False) diff --git a/grap_change_translation/models/procurement_rule.py b/grap_change_translation/models/procurement_rule.py deleted file mode 100644 index 4ed0eaa..0000000 --- a/grap_change_translation/models/procurement_rule.py +++ /dev/null @@ -1,12 +0,0 @@ -# -*- coding: utf-8 -*- -# Copyright (C) 2013 - Today: GRAP (http://www.grap.coop) -# @author: Sylvain LE GAL (https://twitter.com/legalsylvain) -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). - -from openerp import models, fields - - -class ProcurementRule(models.Model): - _inherit = 'procurement.rule' - - name = fields.Char(translate=False) diff --git a/grap_change_translation/models/product_category.py b/grap_change_translation/models/product_category.py deleted file mode 100644 index 2d5459b..0000000 --- a/grap_change_translation/models/product_category.py +++ /dev/null @@ -1,12 +0,0 @@ -# -*- coding: utf-8 -*- -# Copyright (C) 2013 - Today: GRAP (http://www.grap.coop) -# @author: Sylvain LE GAL (https://twitter.com/legalsylvain) -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). - -from openerp import models, fields - - -class ProductCategory(models.Model): - _inherit = 'product.category' - - name = fields.Char(translate=False) diff --git a/grap_change_translation/models/product_pricelist.py b/grap_change_translation/models/product_pricelist.py deleted file mode 100644 index 9a7e065..0000000 --- a/grap_change_translation/models/product_pricelist.py +++ /dev/null @@ -1,12 +0,0 @@ -# -*- coding: utf-8 -*- -# Copyright (C) 2013 - Today: GRAP (http://www.grap.coop) -# @author: Sylvain LE GAL (https://twitter.com/legalsylvain) -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). - -from openerp import models, fields - - -class ProductPricelist(models.Model): - _inherit = "product.pricelist" - - name = fields.Char(translate=False) diff --git a/grap_change_translation/models/product_pricelist_version.py b/grap_change_translation/models/product_pricelist_version.py deleted file mode 100644 index f157786..0000000 --- a/grap_change_translation/models/product_pricelist_version.py +++ /dev/null @@ -1,12 +0,0 @@ -# -*- coding: utf-8 -*- -# Copyright (C) 2013 - Today: GRAP (http://www.grap.coop) -# @author: Sylvain LE GAL (https://twitter.com/legalsylvain) -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). - -from openerp import models, fields - - -class ProductPricelistVersion(models.Model): - _inherit = "product.pricelist.version" - - name = fields.Char(translate=False) diff --git a/grap_change_translation/models/product_template.py b/grap_change_translation/models/product_template.py deleted file mode 100644 index 1eb1cb6..0000000 --- a/grap_change_translation/models/product_template.py +++ /dev/null @@ -1,18 +0,0 @@ -# -*- coding: utf-8 -*- -# Copyright (C) 2013 - Today: GRAP (http://www.grap.coop) -# @author: Sylvain LE GAL (https://twitter.com/legalsylvain) -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). - -from openerp import models, fields - - -class ProductTemplate(models.Model): - _inherit = 'product.template' - - name = fields.Char(translate=False) - - description = fields.Char(translate=False) - - description_purchase = fields.Char(translate=False) - - description_sale = fields.Char(translate=False) diff --git a/grap_change_translation/models/product_ul.py b/grap_change_translation/models/product_ul.py deleted file mode 100644 index 38f303d..0000000 --- a/grap_change_translation/models/product_ul.py +++ /dev/null @@ -1,12 +0,0 @@ -# -*- coding: utf-8 -*- -# Copyright (C) 2013 - Today: GRAP (http://www.grap.coop) -# @author: Sylvain LE GAL (https://twitter.com/legalsylvain) -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). - -from openerp import models, fields - - -class ProductUl(models.Model): - _inherit = 'product.ul' - - name = fields.Char(translate=False) diff --git a/grap_change_translation/models/product_uom.py b/grap_change_translation/models/product_uom.py deleted file mode 100644 index 6c4669f..0000000 --- a/grap_change_translation/models/product_uom.py +++ /dev/null @@ -1,12 +0,0 @@ -# -*- coding: utf-8 -*- -# Copyright (C) 2013 - Today: GRAP (http://www.grap.coop) -# @author: Sylvain LE GAL (https://twitter.com/legalsylvain) -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). - -from openerp import models, fields - - -class ProductUom(models.Model): - _inherit = 'product.uom' - - name = fields.Char(translate=False) diff --git a/grap_change_translation/models/product_uom_categ.py b/grap_change_translation/models/product_uom_categ.py deleted file mode 100644 index f78045e..0000000 --- a/grap_change_translation/models/product_uom_categ.py +++ /dev/null @@ -1,12 +0,0 @@ -# -*- coding: utf-8 -*- -# Copyright (C) 2013 - Today: GRAP (http://www.grap.coop) -# @author: Sylvain LE GAL (https://twitter.com/legalsylvain) -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). - -from openerp import models, fields - - -class ProductUomCateg(models.Model): - _inherit = 'product.uom.categ' - - name = fields.Char(translate=False) diff --git a/grap_change_translation/models/res_partner_category.py b/grap_change_translation/models/res_partner_category.py deleted file mode 100644 index 1197e24..0000000 --- a/grap_change_translation/models/res_partner_category.py +++ /dev/null @@ -1,12 +0,0 @@ -# -*- coding: utf-8 -*- -# Copyright (C) 2013 - Today: GRAP (http://www.grap.coop) -# @author: Sylvain LE GAL (https://twitter.com/legalsylvain) -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). - -from openerp import models, fields - - -class ResPartnerCategory(models.Model): - _inherit = 'res.partner.category' - - name = fields.Char(translate=False) diff --git a/grap_change_translation/models/stock_location.py b/grap_change_translation/models/stock_location.py deleted file mode 100644 index 49370f7..0000000 --- a/grap_change_translation/models/stock_location.py +++ /dev/null @@ -1,12 +0,0 @@ -# -*- coding: utf-8 -*- -# Copyright (C) 2013 - Today: GRAP (http://www.grap.coop) -# @author: Sylvain LE GAL (https://twitter.com/legalsylvain) -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). - -from openerp import models, fields - - -class StockLocation(models.Model): - _inherit = 'stock.location' - - name = fields.Char(translate=False) diff --git a/grap_change_translation/models/stock_location_route.py b/grap_change_translation/models/stock_location_route.py deleted file mode 100644 index 2d624c5..0000000 --- a/grap_change_translation/models/stock_location_route.py +++ /dev/null @@ -1,12 +0,0 @@ -# -*- coding: utf-8 -*- -# Copyright (C) 2013 - Today: GRAP (http://www.grap.coop) -# @author: Sylvain LE GAL (https://twitter.com/legalsylvain) -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). - -from openerp import models, fields - - -class StockLocationRoute(models.Model): - _inherit = 'stock.location.route' - - name = fields.Char(translate=False) diff --git a/grap_change_translation/models/stock_picking_type.py b/grap_change_translation/models/stock_picking_type.py deleted file mode 100644 index fb781b1..0000000 --- a/grap_change_translation/models/stock_picking_type.py +++ /dev/null @@ -1,12 +0,0 @@ -# -*- coding: utf-8 -*- -# Copyright (C) 2013 - Today: GRAP (http://www.grap.coop) -# @author: Sylvain LE GAL (https://twitter.com/legalsylvain) -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). - -from openerp import models, fields - - -class StockPickingType(models.Model): - _inherit = 'stock.picking.type' - - name = fields.Char(translate=False)