odoo add one2many data
def loadinvoiced(self):
# filepath = r'D:\odoo\odoo16\fapiaos\invoices.xlsx'
# df = pd.read_excel(filepath)
vals = {
'invoicecode': 'invoicecode123',
'sellername': 'sellername123',
'invoicetype': 'invoicetype123',
'headid': [(0,0, {
'taxgroup': 'taxgroup123',
'taxname': 'taxname123',
}), (0,0, {
'taxgroup': 'taxgroup12344',
'taxname': 'taxname12344',
})]
}
super(InvoiceSourceHead, self).create(vals)
print('ok, added......................')
浙公网安备 33010602011771号