- Nov 14, 2014
-
-
Martin Trigaux authored
When a picking is confirmed, the generated account.move(.line) should take the company, accounts, journals and period with the same company as the picking, not the one of the current user. This was problematic if a user in a company confirm a picking linked to a purchase order done in another company. For real time valuations, the generated accounting entries were mixing both companies. Fixes #3466
-
Martin Trigaux authored
-
- Nov 13, 2014
-
-
Cecile Tonglet authored
-
Rifakat Haradwala authored
search bar does not suggest date field format based on user's locale and always shows based on mmddyy using Date.parse, opw:615276 Note: starting in 9.0, datejs has been replaced by momentjs, so this problem should be solved in a better way.
-
- Nov 12, 2014
-
-
Frédéric van der Essen authored
[FIX] point_of_sale: fixed rounding issue for pos order when discount ad...
-
- Nov 10, 2014
-
-
Martin Trigaux authored
date field on a project.task.work is not required while it is on the hr.analytic.timesheet (with default value). Avoid error if fill a task work without date, fallback on context_today.
-
Martin Trigaux authored
The field bom_id is required on a manufacturing order and deleting a mrp.bom would block the current mo. Restrict the suppression for manufacturing order in progress. Fixes #3417
-
Dhruti Shastri authored
Timesheet activities (hr.analytic.timesheet) are generated when a work activity (project.task.work) is logged on a task. These are updated if the project of the task is modified. This patch applies the same behaviour for tasks without project, the timesheet activities are generated once a project is set on the task. To avoid redundency in the code, extract the computation in a distinct method. Fixes #701, opw 609481
-
- Nov 06, 2014
-
-
Ravi Gohil authored
-
Denis Ledoux authored
once widget extended with ReinitializeFieldMixin, the event binding with the binary file input and the on_file_change method can be done in initialize_content instead of start This fix is related to d36c8b5c
-
Denis Ledoux authored
The add attachment button should be displayed while being in edit mode, but not in view mode As the widget depends on the form actual mode, the widget should be re-rendered each time the actual mode changes This is the point of the ReinitializeFieldMixin class
-
Julien Legros authored
-
- Nov 05, 2014
-
-
Christophe Simonis authored
-
Christophe Simonis authored
Create one unique generic Makefile to compile sass files.
-
Olivier Dony authored
Stems from prebiblical commit f083aa2b. Fixes #3480
-
Julien Legros authored
-
Julien Legros authored
fix a5cf7197
-
Julien Legros authored
opw-616843
-
Martin Trigaux authored
The report includes all due payments, not only the one after the maturity date. The maturity date is displayed in the report so no confusion is possible for payments below the maturity date. Fixes #3064
-
Denis Ledoux authored
To valid all editable list line, we iterate on the lines and set the editor form with the line value, using set_value. The _inhibit_on_change_flag should be set to True to avoid triggering on changes events opw-617395
-
Julien Legros authored
When validating a SO containing a `make to stock` + `manufacture` product (with bom + orderpoint), we have the following stock moves: * Product move * Manufacturing order Selling 1 such product would yield 2 as incoming quantity, an inconsistency that this commit solves by setting the location_id of the product move to the MO's location_dest_id (in the same fashion that the create_pickings method does in an mts/buy case) opw-616229
-
Denis Ledoux authored
This fix is related to df845940 Fixes #3469
-
- Nov 04, 2014
-
-
Denis Ledoux authored
This is related to rev. a218a9ed The condition is good, but not in the right place: It should be done once all read_slice (all columns records) are fetched, not at each read_slice end
-
Manuel Vázquez Acosta authored
-
Martin Trigaux authored
When an action opens records in list (or other) mode in a popup (target:new), the pager should be kept. It can be removed in form view. Fixes #742
-
Denis Ledoux authored
Some prices, as standard_price, being a property, are company dependent. Therefore, when browsing as superuser, force_company is mandatory to get the property of the user company
-
Stéphane Bidoul authored
[FIX] account: Preserve analytic account on tax lines which are on same general account as invoice line After careful analysis, I'm now convinced it is a good thing to preserve the analytic account on taxes line which have the same general account as the invoice line. This is the best default case and will save time for users, while leaving the flexibility to adapt the analytic account on taxes manually.
-
Stéphane Bidoul authored
[FIX] account: Error when manually adding analytic account in the generated tax lines on an invoice fixes #374 fixes https://bugs.launchpad.net/ocb-addons/+bug/1084822 The fix considers invoice tax lines with different analytic account are equivalent for the purpose of checking if the list of tax line is complete. Caveat, this changes the structure of keys in the dictionary returned by account.invoice.tax's compute method, I suppose this is ok for the master branch.
-
- Nov 03, 2014
-
-
Thibault Delavallée authored
Restauring changes removed by the update of the library bff34f40 17a23c60 cc23ddd0 5c45aac7
-
Paramjit Singh Sahota authored
Update the cleditor lib from v1.3.0 to v1.4.4 fixing IE11 issue, opw 614826
-
Martin Trigaux authored
Partial backport of 5f061291. Fixes #2837
-
- Oct 31, 2014
-
-
Denis Ledoux authored
opw-617036: In my current timesheet, if you add a a required field on the timesheet ids lines, and add data in the summary tab, it was possible to validate the timesheet lines while requried fields were missing.
-
Mohammad Alhashash authored
Allow setting origin/backorder when copying new stock.picking Fixes #379, lp:1098557
-
Martin Trigaux authored
When a line is not present in the partial delivery wizard, computation variables are initialized with generic values (zero quantity, zero price,...). Instead of setting the uom to False, keep the quantity of the move. This makes a difference only when the quantity of the move is 0. That means that the move will be marked as complete and can be processed. This avoids trying to update the stock.move with a uom at False. opw 616844
-
- Oct 30, 2014
-
-
Julien Legros authored
This is a workaround for an ORM limitation. A stored function field is not updated when it should if the "source" field is also a stored function field
-
Sandy Carter authored
In certain cases, before running an update unregistered models will try to register hooks. Trying to wrap create and write on these will cause AttributeError on model_obj which would be None Signed-off-by:
Sandy Carter <sandy.carter@savoirfairelinux.com>
-
- Oct 29, 2014
-
-
Christophe Simonis authored
-
Mohammad Alhashash authored
Implements the UoS TODO items on stock.picking.do_partial() to fix #1432. Add a new method _compute_uos_qty() on product.product to computes product's invoicing quantity in UoS from quantity in UoM. The created invoice will use the product_uos of the stock.move, meaning keeping the quantity specified on the partial picking and the unit of measure of the original stock.move (e.g. recieving 1 dozen from a 12 unit picking should either get uos=dozen, uos_qty=1 or uos=unit, uos_qty=12, not a mix of both) Fixes #1432, opw 611479
-
- Oct 28, 2014
-
-
Denis Ledoux authored
This fix is related to rev. b1df5aab
-
Julien Legros authored
-