Browse Source

[FIX] pos_quotation_order add return of server_ids sentence according to the super PosModel _save_to_server method

pull/163/head
Ugaitz Olaizola 3 years ago
parent
commit
442094f0b2
  1. 2
      pos_quotation_order/__manifest__.py
  2. 1
      pos_quotation_order/static/src/js/models.js

2
pos_quotation_order/__manifest__.py

@ -19,7 +19,7 @@
#############################################################################
{
'name': "Pos Quotation Orders",
'version': '12.0.1.1.0',
'version': '12.0.84',
'summary': """Create & Process Quotation from POS""",
'description': """This module allows to create and process quotation orders from POS.""",
'author': "Cybrosys Techno Solutions",

1
pos_quotation_order/static/src/js/models.js

@ -56,6 +56,7 @@ odoo.define('pos_quotation_order.models', function (require) {
self.quotations.splice(index, 1);
}
});
return server_ids;
});
}
});

Loading…
Cancel
Save