-
-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
account_invoice_posting #152
Conversation
Hey @openmindsystems, thank you for your Pull Request. It looks like some users haven't signed our Contributor License Agreement, yet.
Appreciation of efforts, |
Buenas, ¿podéis comentar cuál es el objetivo de ese campo? |
Buenas, para determinadas empresas que reciben subvenciones o han de justificar facturas para distintos organismos oficiales. |
# | ||
############################################################################## | ||
|
||
import account_invoice |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Se recomienda la forma: from . import account_invoice
Y falta un salto del línea al final.
PEP8 me devuelve estos avisos:
El código, por lo demás, OK. En la utilidad/necesidad del campo ya no me meto. ¿Tendría sentido que la fecha se autorellenara con el botón de "Enviar factura"? |
Pero es que no es necesario crear un campo per se. Directamente, esa información la tienes con la fecha de creación del asiento contable. Se puede hacer dos cosas:
Me decanto por esta segunda opción. Además, este módulo debería ir destinado a un repositorio más genérico, ya que es una utilidad general. Yo diría de meterlo en https://github.com/OCA/account-financial-tools. Siento tantas pegas, pero es por hacerlo lo mejor posible. |
Changes made to pass the check of style guide of python
Buenas, hemos corregido los puntos que nos habéis comentado. Un saludo. |
Mis comentarios no están atendidos. |
This new module adds a field to save the accounting date in the invoice form.