0
請求書ボタンvalidasiをスキップして、私は、請求書と レジスタの支払いで、この検証をスキップするためのカスタムボタンを作成し、まだ検証するodooで支払いを登録する
を行く..
私は「このコードを使用してみましたましたが、自動検証ドラフト請求書、コールのワークフローに
class SaleOrderTestingView(models.Model):
_inherit = "account.invoice"
def button_custom(self, cr, uid, ids, context=None):
print ">>>>>>>>> berhasil bro haha"
self.invoice_pay_customer(cr, uid, ids, context=context)