Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
7516 Visualizzazioni

Hi, I am brand new to Odoo. I am using bitanmi aws stack with odoo v12. 


I'm trying to get the POS module to work but whenever I clcik on the payment method and validate, it gives me the no receivable error. I've read on these forums to add "full invoice features" in developer mode. I also read to add "property_account_recievable" but neither fixed the issue. Note: property_account_receivable had no value in it. Maybe that's the problem? What value do I put in? 


Pretty much, is there a clear step by step guide on starting the POS module? The user docs don't explain this problem and neither do the hour long videos on odoo's YouTube channel. How do I make this dang module work? 

Avatar
Abbandona
Risposta migliore

If you don't want full chart of accounts to be installed, define a receivable account.

Then in Settings->Technical->Parameters->Company Properties add a new record 

Name : property_account_receivable_id

Field: Account Receivable (res.partner)

Value :account.account,2                  //here 2 is the id of record(Receivable account) you created before

Type : Many2one

Avatar
Abbandona
Risposta migliore

Probably here the issue with Chart of Account. Make sure you have installed valid chart of accounts. You must have to set account receivable account in property otherwise on all partners(including admin) manually you have to set the accounts.

Best practice, set proper Country while creating a new database and/or set proper country in Company info. (basically, this will install related chart of accounts automatically)

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
3
ott 21
7520
2
mag 18
7555
8
mag 24
19784
1
apr 17
4511
1
set 16
6691