Cédric Krier pushed to branch branch/default at Tryton / Tryton
Commits: bce3da6f by Hartmut Goebel at 2023-04-26T17:03:35+00:00 Fix typo for "incoming" in documentation - - - - - 2 changed files: - modules/account_stock_continental/doc/index.rst - modules/product_cost_fifo/move.py Changes: ===================================== modules/account_stock_continental/doc/index.rst ===================================== @@ -11,7 +11,7 @@ Three new fields are added to Accounting categories: - Account Stock: The account which is used to record stock value. -- Account Stock IN: The counter part account for incomming stock moves. +- Account Stock IN: The counter part account for incoming stock moves. - Account Stock OUT: The counter part account for outgoing stock moves. An Account Move is created for each Stock Move done under a fiscal year with ===================================== modules/product_cost_fifo/move.py ===================================== @@ -71,7 +71,7 @@ def _update_fifo_out_product_cost_price(self): ''' Update the product cost price of the given product on the move. Update - fifo_quantity on the concerned incomming moves. Return the + fifo_quantity on the concerned incoming moves. Return the cost price for outputing the given product and quantity. ''' pool = Pool() View it on Heptapod: https://foss.heptapod.net/tryton/tryton/-/commit/bce3da6f15a40bfc3264ee6bdaa7f8cdae7d4d3d -- View it on Heptapod: https://foss.heptapod.net/tryton/tryton/-/commit/bce3da6f15a40bfc3264ee6bdaa7f8cdae7d4d3d You're receiving this email because of your account on foss.heptapod.net.