- Sep 17, 2014
-
-
Denis Ledoux authored
-
Denis Ledoux authored
[FIX] orm write: do not try to store computed & stored fields for relational records deleted by *2many fields opw-613772
-
Martin Trigaux authored
Due to additional security rules, the transactions made as public user will have a new partner_id. The transaction needs to be retrieved as admin to be set in the context. The operations in payment_get_status are made as superuser but the session_id is checked in the assert above to avoid url manipulation.
-
Martin Trigaux authored
The group public is defined in base so no need to add security rule in website_payment module (same as for portal)
-
- Sep 16, 2014
-
-
Denis Ledoux authored
See #1982
-
Denis Ledoux authored
[FIX] point_of_sale: set journal as pos payment method on setting journal in the payment methods of a pos config when none is set.
-
Martin Trigaux authored
Do not allow everybody to access account.transactions. Restrict by default to readonly and even restrict the access with a record rule, give access to salesman.
-
- Sep 15, 2014
-
-
Denis Ledoux authored
[FIX] sale: sale report view, wrong domain Quotations are sale.order with state draft and sent Sale orders are sale.order with state other than draft, sent and cancel
-
Martin Trigaux authored
During the update of a module, the existing foreign keys are dropped if they have a different ondelete_rule than the one specified on the field. The foreign keys for many2one transiant -> non-transiant are created with cascade rule by default (see `m2o_add_foreign_key_checked` method) so the check needs to be realised in the same conditions.
-
Denis Ledoux authored
-
Martin Trigaux authored
Well actually it's an empty forward port to avoid forward porting last 7.0 commit in saas...
-
Denis Ledoux authored
Fixing breadcrumb not being displayed after some action button (e.g. validate invoice, opw 612763)
-
Denis Ledoux authored
-
Denis Ledoux authored
-
- Sep 12, 2014
-
-
Olivier Dony authored
-
Christophe Simonis authored
-
Denis Ledoux authored
-
Fekete Mihai authored
PR #720
-
- Sep 11, 2014
-
-
Denis Ledoux authored
-
Foram Katharotiya authored
In this awesome programming language called javascript, undefined is neither bigger nor smaller than a string. Previous code was then considering undefined values equal to any string. This fix allows to sort in a column of a o2m field and group the undefined values together. opw 607704
-
Denis Ledoux authored
-
Dharti Ratani authored
The wizard 'Edit Survey' > 'Add Question' was trowing an access rights error as the id was passed as a string instead of a real id. opw 607854
-
Denis Ledoux authored
-
Martin Trigaux authored
The tax_amount field should contain the basic amount (without tax) for base tax code. (opw 613470)
-
Denis Ledoux authored
-
- Sep 10, 2014
-
-
Martin Trigaux authored
When sending an email, both formats 'Name <email>' or '"Name" <email>' can be used for fields 'From', 'To' and others. If the name contains unicode characters, a regex only matching '"Name" <email>' was used to encode the name with RFC2047. That meant that the name was not encoded and eventually dropped, using only the email part. Instead of using a limited regex, use the parseaddr method from email library. Fixes lp:1272610, opw 607683
-
Denis Ledoux authored
as ir.config.parameter has limited access
-
Frédéric van der Essen authored
[FIX] point_of_sale: chrome was dropping the cookie when loading the company logo, resulting in an incorrect logo in multi-db setups.
-
Frédéric van der Essen authored
[FIX] point_of_sale: fix some image chaching issues with the receipt logo. Using a random url at each fetch ensures that we don't get cached results
-
Denis Ledoux authored
-
Bhavik Bagdiya authored
Fixes #271 Closes #2004
-
- Sep 09, 2014
-
-
Denis Ledoux authored
-
Denis Ledoux authored
-
Denis Ledoux authored
-
Denis Ledoux authored
-
Denis Ledoux authored
-
Martin Trigaux authored
When a tax included has a several childs, the source line should not be duplicated for each tax. Without the patch, the actual product price (without taxes) would be (total - tax amount) for the last tax only (and not the sum of each tax). (opw 609104)
-
Simon Lejeune authored
[FIX] web: do not try to close a destroyed dialog. trigger "closing" signal on close by top-right "X" button
-
- Sep 08, 2014
-
-
Denis Ledoux authored
if the model of an attachement no longer exists (the according module have been uninstalled, for instance), ignore the security check
-
- Sep 05, 2014
-
-
Mohammed Shekha authored
readonly float fields in list view were not correctly placed when the focus was on the line (seen espacially if field was large, e.g. nb_register on registration)
-