Se agrega al menu la opcion de sincronizar productos desde tryton
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import trytonIcon from '/src/assets/icons/tryton-icon.svg';
|
||||
export default {
|
||||
name: 'NavBar',
|
||||
data: () => ({
|
||||
@@ -55,6 +56,7 @@
|
||||
{ title: 'Cuadres de tarro', route: '/cuadres_de_tarro', icon: 'mdi-chart-bar'},
|
||||
{ title: 'CSV Tryton', route: '/ventas_para_tryton', icon: 'mdi-file-table'},
|
||||
{ title: 'Compra adm', route: '/compra_admin', icon: 'mdi-cart'},
|
||||
{ title: 'Sincronizar Tryton Productos', route: '/sincronizar_productos_tryton', icon: 'trytonIcon'},
|
||||
],
|
||||
}),
|
||||
watch: {
|
||||
|
||||
Reference in New Issue
Block a user