-
Notifications
You must be signed in to change notification settings - Fork 14
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
Actualizaciones acumuladas #27
Open
dansanti
wants to merge
92
commits into
odoo-chile:9.0
Choose a base branch
from
dansanti:9.0
base: 9.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
De este modo , se puede agregar el código sii de sucursal, para poder enviar documentos por sucursal
Para que la secuencia para guías pueda ser activada
- Se extiende desde solo Mismo número a solo mismo número + tipo documento por empresa - Documento debe ser ingresado una vez y en ningún otra empresa en odoo
Debido al cambio en la api oficial, los cálculos se habían vuelto a descuadrar @se necesita más tests
Debido al cambio en la api oficial, los cálculos se habían vuelto a descuadrar @se necesita más tests
Arreglos preeliminares para permitir seleccionar documentos correspondientes al firmante,
Para que sea opcional instalarlo
Así evitar cambiar uno por uno los datos.
Ésta variable en la linea 220 dá un pequeño error de vez en cuando, lo coloqué como está en account.invoice originalmente, ya que en el módulo account ésto está fuera de la clase en sí misma, por ello el error, hay que definirlo también en éste archivo.
TYPE2JOURNAL global variables
Esto ocurre sobre todo con docuemntos que tengan descuento global y posiblemente en algunos casos cuando hay iva incluido
Actualizo código a la api de 9.0
close #6
- Se agregan nuevos impuestos - Se actualiza model taxt.template - Campo seleccionable, para definir iva como activo fijo
Se habilita Restore Mode, para permitir crear facturas sin timbrar he ir avanzando el folio, para así facilitar la migración desde otro software( y que quieran
@todo Reevaluarel uso
Se arregla el caso para cuando se hace instalación en limpio, para que no genere problemas, se silencia con try y se asigna valor vacío
- Se deja más flexible, para que no solamente los con permisos de contabilidad puedan modificar var
se toma el orden por secuencia
- Tener cuidado con este update, porque se eliminan campos de currency y bajará los servicios de odoo si no se hace una acualización correcta. - Se recomienda, antes de aplicar la actualizacióneliminar los campos currency actuales de en currency_view.xml y currency.py, reiniciar servicios y actualizar, luego de eso aplicar esta actualización
NO forzar a 0 , esto para dar soporte multimoneda
De esta forma se optimiza la operación y se da soporte para multimoneda
Desde para identificar el inicio de soporte a multimoneda
Si la moneda tiene configurado 0 Decimal, revuelve entero
Para referencias
así permitir cosas como imprimirfacturas de proveedor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.