Skip to content

Commit

Permalink
sp_point_of_sale: merge sp_point_of_sale 978778aec98b541f6f4aab00b84f…
Browse files Browse the repository at this point in the history
…b34fb7348165

Remove custom OrderWidget removing order line when setting quantity equal to 0 as it causes a lot of human errors in Supercoop
  • Loading branch information
emillumine committed Nov 18, 2021
1 parent 3f04d80 commit 719e87f
Show file tree
Hide file tree
Showing 10 changed files with 222 additions and 242 deletions.
12 changes: 8 additions & 4 deletions sp_point_of_sale/__openerp__.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2016-Today: La Louve (<http://www.lalouve.net/>)
# @author: La Louve
# @author: La Louve, modified by Supercoop
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

{
'name': 'Coop - Point of Sale Custom views',
'name': 'SP - Point of Sale',
'version': '9.0.5.0.0',
'category': 'Custom',
'summary': 'Customize Point of Sale Display',
'author': 'La Louve',
'summary': """
Customize Point of Sale Display
Supercoop fork from coop_point_of_sale (Coop - Point of Sale Custom views),
only removing their custom OrderWidget that remove order line when setting quantity equal to 0
""",
'author': 'La Louve, Supercoop',
'website': 'http://www.lalouve.net',
'depends': [
'point_of_sale',
Expand Down
Loading

0 comments on commit 719e87f

Please sign in to comment.