l10n_br_stock_account.wizard package

Submodules

l10n_br_stock_account.wizard.stock_invoice_onshipping module

class l10n_br_stock_account.wizard.stock_invoice_onshipping.StockInvoiceOnShipping(pool, cr)[código fonte]

Base: openerp.models.TransientModel

create_invoice(*args, **kwargs)[código fonte]
fiscal_category_journal
journal_id

The value of such a field is a recordset of size 0 (no record) or 1 (a single record).

Parâmetros:
  • comodel_name – name of the target model (string)
  • domain – an optional domain to set on candidate values on the client side (domain or string)
  • context – an optional context to use on the client side when handling that field (dictionary)
  • ondelete – what to do when the referred record is deleted; possible values are: 'set null', 'restrict', 'cascade'
  • auto_join – whether JOINs are generated upon search through that field (boolean, by default False)
  • delegate – set it to True to make fields of the target model accessible from the current model (corresponds to _inherits)

The attribute comodel_name is mandatory except in the case of related fields or field extensions.

open_invoice(*args, **kwargs)[código fonte]

l10n_br_stock_account.wizard.stock_return_picking module

class l10n_br_stock_account.wizard.stock_return_picking.StockReturnPicking(pool, cr)[código fonte]

Base: openerp.models.TransientModel

create_returns(*args, **kwargs)[código fonte]

Creates return picking. @param self: The object pointer. @return: A dictionary which of fields with values.

Module contents