Skip to content

Commit

Permalink
Merge pull request #32 from yvaucher/8.0-sale_exceptions
Browse files Browse the repository at this point in the history
8.0 port sale_exceptions
  • Loading branch information
gurneyalex committed Sep 8, 2014
2 parents eed9b50 + 5b5d0a0 commit 70759f6
Show file tree
Hide file tree
Showing 16 changed files with 292 additions and 322 deletions.
242 changes: 0 additions & 242 deletions __unported__/sale_exceptions/sale.py

This file was deleted.

62 changes: 0 additions & 62 deletions __unported__/sale_exceptions/wizard/sale_exception_confirm.py

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@
#
#
# OpenERP, Open Source Management Solution
# Authors: Raphaël Valyi, Renato Lima
# Copyright (C) 2011 Akretion LTDA.
# authors: Raphaël Valyi, Renato Lima
# Copyright (C) 2010-2012 Akretion Sébastien BEAU
# <sebastien.beau@akretion.com>
# Copyright (C) 2012 Camptocamp SA (Guewen Baconnier)
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
Expand All @@ -23,26 +20,39 @@
#
#
{'name': 'Sale Exceptions',
'version': '0.1',
'summary': 'Custom exceptions on sale order',
'version': '1.0',
'category': 'Generic Modules/Sale',
'description': """
Sale Exceptions
===============
This module allows you attach several customizable exceptions to your
sale order in a way that you can filter orders by exceptions type and fix them.
This is especially useful in an order importation scenario such as with
the base_sale_multi_channels module, because it's likely a few orders have
errors when you import them (like product not found in OpenERP, wrong line
errors when you import them (like product not found in Odoo, wrong line
format etc...)
Contributors
------------
* Raphaël Valyi <raphael.valyi@akretion.com>
* Renato Lima <renato.lima@akretion.com>
* Sébastien BEAU <sebastien.beau@akretion.com>
* Guewen Baconnier <guewen.baconnier@camptocamp.com>
* Yannick Vaucher <yannick.vaucher@camptocamp.com>
""",
'author': 'Akretion',
'website': 'http://www.akretion.com',
'depends': ['sale'],
'init_xml': ['settings/sale.exception.csv'],
'update_xml': ['sale_workflow.xml',
'sale_view.xml',
'sale_exceptions_data.xml',
'wizard/sale_exception_confirm_view.xml',
'security/ir.model.access.csv'],
'demo_xml': [],
'installable': False,
'data': ['sale_workflow.xml',
'sale_view.xml',
'sale_exceptions_data.xml',
'wizard/sale_exception_confirm_view.xml',
'security/ir.model.access.csv',
'settings/sale.exception.csv'],
'installable': True,
}
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ msgid "Exception Name"
msgstr "Nombre Excepción"

#. module: sale_exceptions
#: field:sale.order,exceptions_ids:0
#: field:sale.order,exception_ids:0
msgid "Exceptions"
msgstr "Excepciones"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ msgid "Exception Name"
msgstr "Nom de la restriction"

#. module: sale_exceptions
#: field:sale.order,exceptions_ids:0
#: field:sale.order,exception_ids:0
msgid "Exceptions"
msgstr "Restrictions"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ msgid "Exception Name"
msgstr ""

#. module: sale_exceptions
#: field:sale.order,exceptions_ids:0
#: field:sale.order,exception_ids:0
msgid "Exceptions"
msgstr ""

Expand Down

0 comments on commit 70759f6

Please sign in to comment.