account.cash.rounding :: Account Cash Rounding

In some countries, we need to be able to make appear on an invoice a rounding line, appearing there only because the smallest coinage has been removed from the circulation. For example, in Switzerland invoices have to be rounded to 0.05 CHF because coins of 0.01 CHF and 0.02 CHF aren't used anymore. see https://en.wikipedia.org/wiki/Cash_rounding for more details.

Fields

  • create_date [readonlydatetime]: Created on

  • create_uid [readonlymany2one: res.users]: Created by

  • display_name [readonlychar]: Display Name

  • id [readonlyinteger]: ID

  • loss_account_id [many2one: account.account]: Loss Account

  • name [requiredchar]: Name

  • profit_account_id [many2one: account.account]: Profit Account

  • rounding [requiredfloat]: Rounding Precision

  • rounding_method [requiredselection]: Rounding Method

  • strategy [requiredselection]: Rounding Strategy

  • write_date [readonlydatetime]: Last Updated on

  • write_uid [readonlymany2one: res.users]: Last Updated by