Commit Graph

  • 8c19bd1b25 Set all modules as uninstallable Alexis de Lattre 2016-10-11 15:32:30 +02:00
  • e786204d06 Remove modules that will be merged in ***_usability modules or that are not useful in v10 Alexis de Lattre 2016-10-11 15:27:34 +02:00
  • 0e60089010 Also avoid to have '/' on move line label of supplier invoices Alexis de Lattre 2016-09-21 17:23:05 +02:00
  • f69c634c71 Remove code for a feature that is available in the OCA module account_invoice_constraint_chronology Alexis de Lattre 2016-09-19 17:58:21 +02:00
  • 17948ce2ef Migration script should be perfect now Alexis de Lattre 2016-09-14 19:21:33 +02:00
  • b90bda2aab Handle the case where name of account_move_line has the name field of the invoice Alexis de Lattre 2016-09-14 18:25:01 +02:00
  • e98249f016 Raise an error when the coherence of the sequence of customer invoices vs invoice date is not respected Alexis de Lattre 2016-09-14 17:37:08 +02:00
  • 29d84c5e2b Better name field in account.move.line for move generated from customer invoice (WARNING : migration script included) Alexis de Lattre 2016-09-14 16:52:46 +02:00
  • af4a7798b2 Add partial reconcile field in account move line tree view Alexis de Lattre 2016-09-12 12:54:07 +02:00
  • 4f7abe3354 Auto-reset period when changing date on invoice Alexis de Lattre 2016-09-12 12:58:02 +02:00
  • 5707feeb42 Better name_get for incoterm: [EXW] Ex-Works Alexis de Lattre 2016-09-12 12:51:42 +02:00
  • a3475adc83 sale_stock_usability David Beal 2016-07-13 14:38:36 +02:00
  • 3bc744f143 Add unit of measure on stock quant tree/form view Alexis de Lattre 2016-06-28 10:06:50 +02:00
  • f1ad1dd547 Display view account move button only when move exists Alexis de Lattre 2016-06-01 22:51:08 +02:00
  • 7f239bdc87 Remove cost from quant form, because I figured out that this field was not interesting Alexis de Lattre 2016-04-16 13:30:01 +02:00
  • 53da0d37a2 Add cost field in stock quant view Alexis de Lattre 2016-04-15 15:07:29 +02:00
  • da85c222e9 FIX obvious error in my previous commit Alexis de Lattre 2016-04-14 13:42:44 +02:00
  • 53a1f50f10 Add button to show account move from bank statement line Alexis de Lattre 2016-04-14 11:52:53 +02:00
  • d7085dad70 Add scheduler.procurement.log Alexis de Lattre 2016-04-03 10:53:35 +02:00
  • 8b361d54e1 Revert to previous code for order on pickings Alexis de Lattre 2016-03-03 10:02:43 +01:00
  • 0bf83bab19 Move view code from sale_usability_extension to sale_stock_usability (pickings_ids belongs to sale_stock !) Alexis de Lattre 2016-03-01 17:48:52 +01:00
  • 7d51c25430 Remove restriction to view the period_id field on invoices Alexis de Lattre 2016-03-01 09:25:42 +01:00
  • 786f005b65 stock_usability : Only do the change of precision on function fields, not on real field. In fact, when we change the precision on "real" fields, it will convert them from type "double precision" in postgres to type "numeric". One of the consequences of this it that it deletes the stock.history SQL view that is defined in stock_account/wizard/stock_valuation_history.py... but this SQL view is never re-created until you reload the module stock_account. Alexis de Lattre 2016-02-29 14:50:21 +01:00
  • 458bb3f5a3 Remove code that is not usefull anymore Alexis de Lattre 2016-02-29 14:23:07 +01:00
  • 5f6a0a1bdf Resize fiscal year code from 6 to 9 (want to write '2015-2016') Alexis de Lattre 2016-02-12 15:48:23 +01:00
  • 324580ec79 Block when you try to validate an invoice with a date in the future PEP8 Alexis de Lattre 2016-01-29 17:36:10 +01:00
  • 21ab3fb466 Small enhancement in account_usability Alexis de Lattre 2016-01-29 16:43:22 +01:00
  • 9b4566a9ec Better name_get on stock_move, to make it easier to analyse the reservation of the quants Alexis de Lattre 2016-01-27 18:35:29 +01:00
  • f585405498 Add reconcile filters Alexis de Lattre 2016-01-27 18:32:59 +01:00
  • ca34cd2f09 FIX access rights because by missing readonly=True on related field Alexis de Lattre 2016-01-21 23:15:00 +01:00
  • 17ba157e67 Add logs in procurement scheduler Alexis de Lattre 2016-01-18 00:07:23 +01:00
  • 7bb0a8649f Add close_method in tree view of account.account.type Alexis de Lattre 2016-01-15 14:09:36 +01:00
  • 402b503a4e Better stock move view when using the shortcut button on the product form Alexis de Lattre 2016-01-13 20:49:14 +01:00
  • dde9b5b767 On partner form view, 2 buttons for journal items: one for payable (seen if supplier = True) and one for receivable (seen if customer=True) Alexis de Lattre 2016-01-12 20:09:55 +01:00
  • 41c31f9207 Minor changes Alexis de Lattre 2016-01-04 10:09:19 +01:00
  • 23c9b085e6 Add outgoing_qty in product form view (under incoming_qty) Alexis de Lattre 2015-12-31 16:56:01 +01:00
  • 631ea737b0 FIX a bug in stock module: add decimal precision ! (we should not do that in a 'usability' module, but...) Alexis de Lattre 2015-12-11 15:28:37 +01:00
  • ceb8adafc3 Add sale_stock_usability sale_usability_extension now only depend on sale (not on sale_stock) Alexis de Lattre 2015-12-10 15:10:22 +01:00
  • fa68b2b22a Add module l10n_fr_usability Alexis de Lattre 2015-12-01 22:50:20 +01:00
  • b098150580 Add module stock_transfer_continue_later Alexis de Lattre 2015-12-01 19:13:32 +01:00
  • d699052b6a Better "Journal items" shortcut button on partner form view, to go directly to the "account" of the customer or supplier Alexis de Lattre 2015-11-24 16:33:59 +01:00
  • ccd7df2f3b Missing : Raph 2015-11-17 17:11:09 +01:00
  • 7a3f9f8a3b don't translate stock.location.route Raph 2015-11-12 14:29:07 +01:00
  • 20c43fbb49 Code cleanup Alexis de Lattre 2015-11-06 11:05:54 +01:00
  • c1d3ccc2cb Add graph view on pickings Alexis de Lattre 2015-11-06 11:02:35 +01:00
  • db75a2529f Lower limit for better perfs Alexis de Lattre 2015-11-04 22:30:06 +01:00
  • 9035ebc5a3 Better search view of stock.location Alexis de Lattre 2015-10-09 19:50:53 +02:00
  • b6fb8bb2e4 Small enhancement on picking search view Alexis de Lattre 2015-10-09 12:51:20 +02:00
  • a34d47a13b Small usability enhancement for account Alexis de Lattre 2015-10-09 12:50:22 +02:00
  • 72b1333bb2 date_done should be visible to everybody Alexis de Lattre 2015-10-07 15:43:29 +02:00
  • 5e28829325 Better view of stock move, to fit vertically in one screen Alexis de Lattre 2015-10-07 08:59:39 +02:00
  • d20c3bebed Display unreserve button even when partially available Alexis de Lattre 2015-10-06 14:56:37 +02:00
  • 6bcd620f0e Show analytic account even if there are no journal selected Alexis de Lattre 2015-09-28 14:57:10 +02:00
  • 02e5a23fec Don't block manual creation of warehouse Alexis de Lattre 2015-09-28 14:39:54 +02:00
  • d0c50c7319 Add Unreserve button on move line Alexis de Lattre 2015-09-21 09:46:38 +02:00
  • d34adc04ae Add reverse one2many field Alexis de Lattre 2015-09-14 23:57:21 +02:00
  • d48af14e10 Move features of account_invoice_overdue_filter in account_usability Alexis de Lattre 2015-08-09 18:43:46 +02:00
  • 91dad14704 Small improvements Alexis de Lattre 2015-07-31 16:24:36 +02:00
  • 3d56951504 Show user_type in account.accout tree view Alexis de Lattre 2015-07-30 15:58:39 +02:00
  • bfaf7658df Show resa in quant tree view Alexis de Lattre 2015-07-27 15:29:38 +02:00
  • da36d22946 Add supplier invoice number in invoice tree view Alexis de Lattre 2015-07-23 14:26:06 +02:00
  • 5415322302 rename module account_move_usability to account_usability Alexis de Lattre 2015-07-08 11:40:46 +02:00
  • fa30eefc4e Add price_unit on stock move form view Alexis de Lattre 2015-06-18 10:49:51 +00:00
  • 6ec6b8ae38 Display additionnal fields on stock views Alexis de Lattre 2015-06-16 14:28:13 +00:00
  • 288749e585 Add SQL constraint on orderpoint to avoid duplicates Alexis de Lattre 2015-05-28 11:10:17 +02:00
  • 929021b0c0 Add total qty in transfer form view Alexis de Lattre 2015-05-17 14:56:47 +02:00
  • 2a3d944078 Display more fields Add menu entry for push rules Alexis de Lattre 2015-04-15 10:06:28 +00:00
  • 71aa26efcf stock_usability : display more fields Alexis de Lattre 2015-04-15 07:53:28 +00:00
  • 025ed0860e Display more fields on stock move Alexis de Lattre 2015-04-14 15:28:25 +00:00
  • 56a01d3056 No translation on stock location and stock pick type Alexis de Lattre 2015-03-19 09:02:18 +00:00
  • 92f68df6c9 Order stock pickings Alexis de Lattre 2015-02-20 08:59:54 +01:00
  • c15be9ebb9 Add group by partner in pickings Alexis de Lattre 2015-02-17 09:24:02 +01:00
  • 1c2865f34c Rename stock_display_src_location to stock_usability with one improvement Alexis de Lattre 2015-02-17 08:50:08 +01:00
  • c5a0aa82ad MIG sale_quotation_title to v12 Alexis de Lattre 2019-01-31 19:35:07 +01:00
  • 97ddaeedd8 Add module sale_force_invoice_status Alexis de Lattre 2018-02-02 18:27:22 +01:00
  • 79826ab525 Remove SO from quotations menu Alexis de Lattre 2016-11-02 19:57:53 +01:00
  • e4fb2c8363 Mass rename from __openerp__.py to __manifest__.py Alexis de Lattre 2016-10-11 15:40:03 +02:00
  • 1dbc339176 Set all modules as uninstallable Alexis de Lattre 2016-10-11 15:32:30 +02:00
  • e4dae53dba Add sale_quotation_title module Alexis de Lattre 2016-04-01 12:09:14 +02:00
  • ae17f5752e Mig product_manager_group and product_manager_group_stock to v12 Alexis de Lattre 2019-01-30 20:00:26 +01:00
  • 5775ad651f Fix string Alexis de Lattre 2019-01-30 19:39:23 +01:00
  • 3cdc1c1dd4 Cosmetic change Alexis de Lattre 2018-02-19 11:37:12 +01:00
  • c2fe917ad0 setup.py and addons versions (#35) Stéphane Bidoul (ACSONE) 2017-06-13 22:41:20 +02:00
  • ac84bf6468 Port product_manager_group_stock to v10 Alexis de Lattre 2017-01-26 10:44:44 +01:00
  • fdde407c9d Rapid (partial ?) port of product_manager_group and sale_purchase_no_product_template_menu to v10 Alexis de Lattre 2016-10-24 15:33:18 +02:00
  • 72e355e17c Mass rename from __openerp__.py to __manifest__.py Alexis de Lattre 2016-10-11 15:40:03 +02:00
  • 1e4d119076 FIX XMLID Alexis de Lattre 2014-10-06 09:57:21 +02:00
  • d71b1fe7b8 Add module product_manager_group_stock Fix dependancies Alexis de Lattre 2014-10-03 11:17:10 +02:00
  • 8abc01fac6 Add ACLs Automatically add admin to this group Alexis de Lattre 2014-09-19 19:06:44 +02:00
  • c54da74e1f Add module product_manager_group Alexis de Lattre 2014-09-05 10:27:55 +02:00
  • 54db503a65 FIX compatibility with sale_rental (and other modules that auto-create products) Alexis de Lattre 2017-05-24 14:36:16 +02:00
  • bb7ecae874 Add module pos_config_single_user Alexis de Lattre 2016-12-09 08:35:00 +01:00
  • 241041f863 Mass rename from __openerp__.py to __manifest__.py Alexis de Lattre 2016-10-11 15:40:03 +02:00
  • 21b6b7c694 Set all modules as uninstallable Alexis de Lattre 2016-10-11 15:32:30 +02:00
  • dfc3457358 Add constrains and onchange Alexis de Lattre 2016-05-18 14:52:53 +02:00
  • e3c0050755 Add module intrastat_product_type Alexis de Lattre 2016-04-15 22:01:45 +02:00
  • 00160a48d6 Partial port of mrp_average_cost (I just maked it installable) Alexis de Lattre 2019-01-30 17:36:16 +01:00
  • 5e854b1b1f Avoid a division by zero Alexis de Lattre 2016-04-26 23:53:35 +02:00
  • 6dab81a65b Add possibility to make a manual update of standard_price from BOM Alexis de Lattre 2016-04-13 22:41:08 +02:00
  • 155b5c205c Add components cost and total cost on BOM Alexis de Lattre 2016-03-22 17:57:13 +01:00