- Sep 17, 2014
-
-
Josse Colpaert authored
-
Josse Colpaert authored
-
Josse Colpaert authored
[IMP] MO should pass warehouse + improvements on pack_operation_ids when someone would make it visible
-
Josse Colpaert authored
-
Josse Colpaert authored
-
Josse Colpaert authored
-
Josse Colpaert authored
[FIX] Theoretical quantity for created inventory adjustment should take into account location in context of stock
-
Josse Colpaert authored
-
Josse Colpaert authored
-
Arthur Maniet authored
[FIX] account: bank statement reconciliation: when creating a new move line to reconcile an existing one, use the existing move line's partner or, if there's none, the statement line's partner
-
Frédéric van der Essen authored
[IMP] point_of_sale: opening the cashbox only if paying with cash was problematic as you sometimes need to use the cashbox with bank payment methods such as ticket meals
-
Frédéric van der Essen authored
[IMP] point_of_sale: partner edition ! -> create partners, edit partners, assign them barcodes, take pictures, etc.
-
Frédéric van der Essen authored
-
Fabien Meghazi authored
Also added support for this route in widget Image#from_html()
-
Martin Trigaux authored
When generating an invoice from a stock.picking, the reference to the purchase.order.line needs to be kept (e.g. this is needed by anglo-saxon for price valuation). (opw 600767)
-
Quentin De Paoli authored
-
Julien Legros authored
-
Bhumi Patel authored
[FIX] sale_stock: packaging was given a product instead of a product template id, leading to possible crash or incoherent values.
-
Arthur Maniet authored
-
Fabien Meghazi authored
-
Stéphane Bidoul authored
Looking for accounts with reconcile=True is enough. Restricting on payable/receivable account types narrows the search to much and makes it difficult to implement transfer account holding the payment while they are in transit at the bank.
-
Denis Ledoux authored
-
Quentin De Paoli authored
[FIX] account, bank reconciliation widget: fixed the method that manage the pager in case of partial reconciliations
-
Arthur Maniet authored
[FIX] account: bank statement reconciliation: when fetching moves lines for reconciliation, if lines from the same partial reconciliation are filtered out, keep fetching to returne the correct number of lines
-
Arthur Maniet authored
[FIX] account: bank statement reconciliation widget: wait for all reconciliations to be displayed before to load matches, so moves lines in reconciliation proposition are correctly excluded
-
Arthur Maniet authored
[FIX] account: bank statement reconciliation widget: when filtering move lines by string, for a statement line with no partner, do a or on varchar fields, not a and
-
Martin Trigaux authored
This object is quite technical and has not purpose to be displayed on a sale order.
-
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.
-
Arthur Maniet authored
[FIX] account: bank statement reconciliation widget: do not set partner of a statement line with no partner when selecting a move line
-
Arthur Maniet authored
-
Richard Mathot authored
Since yesterday, JS bundles are now loaded at the end of the webpage. Old-style modules that hardlink js code in the <head> section are now broken since they use jQuery's $.
-
Quentin De Paoli authored
-
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)
-
Quentin De Paoli authored
-
Denis Ledoux authored
-
- Sep 16, 2014
-
-
Fabien Meghazi authored
-
Fabien Meghazi authored
-
Fabien Meghazi authored
-
Fabien Meghazi authored
Added an opt-out option available from the button's dropdown
-
Fabien Meghazi authored
-