-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] pos_order_to_sale_order: Migration to 12.0
- Loading branch information
1 parent
caa6789
commit 6b9ea6a
Showing
28 changed files
with
493 additions
and
727 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
# -*- coding: utf-8 -*- | ||
from . import models |
12 changes: 5 additions & 7 deletions
12
pos_order_to_sale_order/__openerp__.py → pos_order_to_sale_order/__manifest__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,20 @@ | ||
# -*- coding: utf-8 -*- | ||
# Copyright (C) 2017 - 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": "PoS Order To Sale Order", | ||
"version": "8.0.3.0.0", | ||
"version": "12.0.1.0.0", | ||
"author": "GRAP,Odoo Community Association (OCA)", | ||
"category": "Point Of Sale", | ||
"license": "AGPL-3", | ||
"depends": ["point_of_sale",], | ||
"depends": ["point_of_sale"], | ||
"maintainers": ["legalsylvain"], | ||
"development_status": "Production/Stable", | ||
"website": "https://odoo-community.org/", | ||
"website": "https://github.com/OCA/pos", | ||
"data": [ | ||
"views/view_pos_config.xml", | ||
"views/pos_order_to_sale_order.xml", | ||
"views/assets.xml", | ||
], | ||
"demo": ["demo/res_groups.xml",], | ||
"qweb": ["static/src/xml/pos_order_to_sale_order.xml",], | ||
"qweb": ["static/src/xml/pos_order_to_sale_order.xml"], | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.