Hey all ,
I want to add the account.analytic.account module to pos of sale js . so far i have done :
{
model: 'account.analytic.account',
fields: ['name'],
domain: null,
},
},
However what is confusing me is how can i get it to load the data from account analytic account like it does in for the products .
note : the reason for this is to display a field on the receipt when a user clicks on a product associated with a contract , is there away i got about doing this in the js file