trytond-patches/series

41 lines
2.6 KiB
Text
Raw Normal View History

babi_multiprocess.diff # [trytond] babi multiprocess
trytond_test_database.diff # [trytond] avoid errors on upgrades from version 3.4
2019-04-04 17:42:22 +02:00
logging_jsonrpc_exeption.diff # [trytond] logging JSONRPC Exception
2019-10-22 14:56:39 +02:00
2019-04-04 17:42:22 +02:00
issue3932.diff # [account] rule account move and account move line by company
tax_update_unit_price.diff # [account] Add the update_unit_price control on parent tax
2019-10-22 14:56:39 +02:00
account_asset.diff # [account_asset] check if exist asset_lines
2019-04-04 17:42:22 +02:00
issue4506.diff # [account_invoice] Add credit invoices keyword from account.invoice
2019-10-22 14:56:39 +02:00
issue8479.diff # [account_invoice] missing invoice payment method rule by company
create_invoice_credit_with_refund.diff # [account_invoice] revert the creation of a credit invoice whith refund change. reconcile the 2 invoices, not cancell the origin one.
issue8618.diff # [account_invoice] Allow changing amount in manual invoice taxes
2019-04-04 17:42:22 +02:00
issue4030.diff # [analytic_account] Not selected root accounts in analytic account lines
2019-04-18 11:38:15 +02:00
analitic_line_company_rules.diff # [analytic_account] Not selected root accounts in analytic account lines
2019-01-22 10:23:00 +01:00
sale_list_price.diff # [sale] Can't convert to currency with list price is null (multicompany)
sale_supply_supply_on_sale_multivalue.diff # [sale_supply] supply_on_sale field multvalue #035100
2019-10-22 14:56:39 +02:00
#sale_remove_multiselection.diff # [sale] remove multiselection handling exceptions
sale_copy.diff # [sale] set _cache fields to null when copy
#purchase_remove_multiselection.diff # [purchase] remove multiselection handling exceptions
2019-04-04 17:42:22 +02:00
issue4482.diff # [stock] stock inventory misses company access rule
search_warehouse.diff # [stock] search function for warehouse
issue239_630.diff # [stock] get location quantity by product, product template or lot
2019-10-22 14:56:39 +02:00
stock_quantity_to_zero.diff # [stock] Ensure to sum with value.
2019-01-22 10:23:00 +01:00
issue10467.diff # [stock_lot] add lot to grouping when assign try if lot it's required on product
2019-10-22 14:56:39 +02:00
production_view.diff #[production] Split inputs and outputs on pages
issue8702.diff # [stock_supply_forecast] Support production forecast
sale_allow_group_shipments_with_different_dates.diff # [sale_shipment_grouping] Deletes the grouping condition by dates
2019-10-23 15:07:39 +02:00
party_identifier_migration.diff # set vat_eu as valid vat
issue8752.diff # [analytic_invoice]
issue8860.diff # [stock_forecast] stock_forecast does not spread all the quantities
2019-12-27 13:32:34 +01:00
statement_of_account.diff # [account] Cumulate balance of previous fiscal years
issue9017.diff # [purchase] Doesn't copy product_suppliers when a template or a product is duplicated
model.diff # [trytond] Allows dynamic fields in Model as required by the wizard in sale_pos_template_quantities
2020-03-22 19:52:31 +01:00
lazy_loading.diff # [trytond] https://discuss.tryton.org/t/should-create-uid-write-uid-use-lazy-loading/2458/7